COLOR #00185F

HEX: #00185F
RGB: (0,24,95)

Color info

#00185F contains mainly blue color. Web safe color of #00185F is #000066 (or #006).

RGB color model

#00185F color RGB value is (0,24,95).

  • red value is 0;
  • green value is 24;
  • blue value is 95.
RGB:
(0,24,95)
(0%,9%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 95 of 255 = 37%

0
24
95

R + G + B ~ 15%. #00185F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 95 = 119 (100%)
R 0 of 119 ~ 0%
G 24 of 119 ~ 20.17%
B 95 of 119 ~ 79.83%

%20.17
%79.83

CMYK color model

#00185F color CMYK value is (100,75,0,63).

  • cyan value is 100.00%
  • magenta value is 74.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(100,75,0,63)
C100M75Y0K63 
(100%,75%,0%,63%)
(1.00/0.75/0.00/0.63)	

CMYK percentages

%100
%74.74
%0
%62.75

Codes

Color #00185F in popluar color models

00185F
RGB02495
HSL225°100.00%18.63%
HSB/HSV225°100.00%37.25%
CMYK100.00%74.74%0.00%
62.75%

Color #00185F in popluar number systems.

HEX00185F
Decimal02495
Binary0110001011111
Octal030137

Shades and tints

Shades of #00185F

#00185F
(0,24,95)
#001657
(0,22,87)
#00144F
(0,20,79)
#001247
(0,18,71)
#00103F
(0,16,63)
#000E37
(0,14,55)
#000C2F
(0,12,47)
#000A27
(0,10,39)
#00081F
(0,8,31)
#000617
(0,6,23)
#00040F
(0,4,15)
#000000
(0,0,0)

Tints of #00185F

#00185F
(0,24,95)
#172D6D
(23,45,109)
#2E427B
(46,66,123)
#455789
(69,87,137)
#5C6C97
(92,108,151)
#7381A5
(115,129,165)
#8A96B3
(138,150,179)
#A1ABC1
(161,171,193)
#B8C0CF
(184,192,207)
#CFD5DD
(207,213,221)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00185F color. Also use rgb(0,24,95) instead hex code.

Text Font Color

.myTextColor { color: #00185F; }

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

This text font color is #00185F.


Background Color

.myBgColor { background-color: #00185F; }

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

This div background color is #00185F.


Border color

.myBorderColor { border: 1px solid #00185F; }

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

This div border color is #00185F.


Opacity

.myOpacity80 { color: #00185F; opacity: 0.8; }

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

Text with #00185F 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 #00185F;}

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

This text has shadow with #00185F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00185F on black background.


Color preview on white background

This text has color #00185F on white background.



Black color preview on #00185F background

This text has black color on #00185F background.


White color preview on #00185F background

This text has white color on #00185F background.