Html Css Color HEX #08416D Dark Cerulean

📋 copy color: '#08416D'

red 8 ◦ green 65 ◦ blue 109

#08416D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #08416D

Tints of Dark Cerulean #08416D

RGB

 RED value IS 8 (3.52% from 255) = 4.4%

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 4.4%
G = 35.71%
B = 59.89%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08416D (or 0x08416D) is known color: Dark Cerulean. HEX triplet: 08, 41 and 6D. RGB value is (8,65,109). Sum of RGB (Red+Green+Blue) = 8+65+109=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #08416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08416D is #F7BE92. Grayscale: #343434. Windows color (decimal): -16236179 or 7160072. OLE color: 7160072.

HSL color Cylindrical-coordinate representation of color #08416D: hue angle of 206.14º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08416D is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 65 109 -
CMYK 0.93 0.40 0 0.57
HSL 206.14º 0.86% 0.23% -
HSV(B) 206.14º 0.93% 0.43% -
XYZ 4.75 4.94 15.17 -
YUV 52.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 8 65 109 0.93 0.40 0 0.57 206.14 0.86 0.23
Hex 8 41 6D 5D 28 0 39 CE 56 17
Octal 10 101 155 135 50 0 71 316 126 27
Binary 1000 1000001 1101101 1011101 101000 0 111001 11001110 1010110 10111

Color Harmonies of #08416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08416D

Black with #08416D

Text Example


Text Example

White with #08416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08416D; }

 p { color: rgb(8,65,109); }

 H1.HeaderClassName
 {
   color: #08416D;
 }
 .AnyTagClassName
 {
   color: #08416D;
 }
</style>

background-color css

<style>
 a { background-color: #08416D; }

 a { background-color: rgb(8,65,109); }

 div.DivClassName
 {
   background-color: #08416D;
 }
 .BgClassName
 {
   background-color: #08416D;
 }
</style>

border-color css

<style>
 span { border-color: #08416D; }

 span { border-color: rgb(8,65,109); }

 td.TdClassName
 {
   border-color: #08416D;
 }
 .TagClassName
 {
   border-color: #08416D;
 }
</style>