COLOR #185299

HEX: #185299
RGB: (24,82,153)

Color info

#185299 contains mainly blue color. Web safe color of #185299 is #006699 (or #069).

RGB color model

#185299 color RGB value is (24,82,153).

  • red value is 24;
  • green value is 82;
  • blue value is 153.
RGB:
(24,82,153)
(9%,32%,60%)

RGB channels and saturation

R 24 of 255 = 9%
G 82 of 255 = 32%
B 153 of 255 = 60%

24
82
153

R + G + B ~ 34%. #185299 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 82 + 153 = 259 (100%)
R 24 of 259 ~ 9.27%
G 82 of 259 ~ 31.66%
B 153 of 259 ~ 59.07%

%31.66
%59.07

CMYK color model

#185299 color CMYK value is (84,46,0,40).

  • cyan value is 84.31%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(84,46,0,40)
C84M46Y0K40 
(84%,46%,0%,40%)
(0.84/0.46/0.00/0.40)	

CMYK percentages

%84.31
%46.41
%0
%40

Codes

Color #185299 in popluar color models

185299
RGB2482153
HSL213°72.88%34.71%
HSB/HSV213°84.31%60.00%
CMYK84.31%46.41%0.00%
40.00%

Color #185299 in popluar number systems.

HEX185299
Decimal2482153
Binary11000101001010011001
Octal30122231

Shades and tints

Shades of #185299

#185299
(24,82,153)
#164B8C
(22,75,140)
#14447F
(20,68,127)
#123D72
(18,61,114)
#103665
(16,54,101)
#0E2F58
(14,47,88)
#0C284B
(12,40,75)
#0A213E
(10,33,62)
#081A31
(8,26,49)
#061324
(6,19,36)
#040C17
(4,12,23)
#000000
(0,0,0)

Tints of #185299

#185299
(24,82,153)
#2D61A2
(45,97,162)
#4270AB
(66,112,171)
#577FB4
(87,127,180)
#6C8EBD
(108,142,189)
#819DC6
(129,157,198)
#96ACCF
(150,172,207)
#ABBBD8
(171,187,216)
#C0CAE1
(192,202,225)
#D5D9EA
(213,217,234)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185299 color. Also use rgb(24,82,153) instead hex code.

Text Font Color

.myTextColor { color: #185299; }

<p style="color:#185299">This sample text font color is #185299.</p>

This text font color is #185299.


Background Color

.myBgColor { background-color: #185299; }

<div style="background-color:#185299">Inner text</div>

This div background color is #185299.


Border color

.myBorderColor { border: 1px solid #185299; }

<div style="border:3px solid #185299">Div</div>

This div border color is #185299.


Opacity

.myOpacity80 { color: #185299; opacity: 0.8; }

<p style="color:#185299;opacity:0.8;">80%</p>

Text with #185299 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #185299;}

<p style="text-shadow: 3px 3px 1px #185299">Text here.</p>

This text has shadow with #185299 color.

.textShadow {text-shadow: 3px 3px 1px #185299, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #185299, 5px 5px 20px red">Text here.</p>

This text has shadow with #185299 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#185299, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#185299, Direction=45, Strength=4)">Text</p>

This text has shadow with #185299 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #185299;
  -webkit-box-shadow:	1px 1px 3px 2px #185299;
  box-shadow:		1px 1px 3px 2px #185299;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #185299;
-webkit-box-shadow: 1px 1px 3px 2px #185299;
box-shadow:1px 1px 3px 2px #185299;">
Div content here</div>
This div box has shadow with color #185299.

Preview

Color preview on black background

This text has color #185299 on black background.


Color preview on white background

This text has color #185299 on white background.



Black color preview on #185299 background

This text has black color on #185299 background.


White color preview on #185299 background

This text has white color on #185299 background.