Html Css Color HEX #08446F Dark Cerulean

📋 copy color: '#08446F'

red 8 ◦ green 68 ◦ blue 111

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

Shades of Dark Cerulean #08446F

Tints of Dark Cerulean #08446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 4.28%
G = 36.36%
B = 59.36%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08446F (or 0x08446F) is known color: Dark Cerulean. HEX triplet: 08, 44 and 6F. RGB value is (8,68,111). Sum of RGB (Red+Green+Blue) = 8+68+111=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #08446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08446F is #F7BB90. Grayscale: #363636. Windows color (decimal): -16235409 or 7291912. OLE color: 7291912.

HSL color Cylindrical-coordinate representation of color #08446F: hue angle of 205.05º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08446F is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 68 111 -
CMYK 0.93 0.39 0 0.56
HSL 205.05º 0.87% 0.23% -
HSV(B) 205.05º 0.93% 0.44% -
XYZ 5.04 5.33 15.8 -
YUV 54.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 8 68 111 0.93 0.39 0 0.56 205.05 0.87 0.23
Hex 8 44 6F 5D 27 0 38 CD 57 17
Octal 10 104 157 135 47 0 70 315 127 27
Binary 1000 1000100 1101111 1011101 100111 0 111000 11001101 1010111 10111

Color Harmonies of #08446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08446F

Black with #08446F

Text Example


Text Example

White with #08446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08446F; }

 p { color: rgb(8,68,111); }

 H1.HeaderClassName
 {
   color: #08446F;
 }
 .AnyTagClassName
 {
   color: #08446F;
 }
</style>

background-color css

<style>
 a { background-color: #08446F; }

 a { background-color: rgb(8,68,111); }

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

border-color css

<style>
 span { border-color: #08446F; }

 span { border-color: rgb(8,68,111); }

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