Html Css Color HEX #08446D Dark Cerulean

📋 copy color: '#08446D'

red 8 ◦ green 68 ◦ blue 109

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

Shades of Dark Cerulean #08446D

Tints of Dark Cerulean #08446D

RGB

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

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

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

R = 4.32%
G = 36.76%
B = 58.92%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08446D (or 0x08446D) is known color: Dark Cerulean. HEX triplet: 08, 44 and 6D. RGB value is (8,68,109). Sum of RGB (Red+Green+Blue) = 8+68+109=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #08446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08446D is #F7BB92. Grayscale: #363636. Windows color (decimal): -16235411 or 7160840. OLE color: 7160840.

HSL color Cylindrical-coordinate representation of color #08446D: hue angle of 204.36º 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 #08446D is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 68 109 -
CMYK 0.93 0.38 0 0.57
HSL 204.36º 0.86% 0.23% -
HSV(B) 204.36º 0.93% 0.43% -
XYZ 4.93 5.29 15.23 -
YUV 54.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 8 68 109 0.93 0.38 0 0.57 204.36 0.86 0.23
Hex 8 44 6D 5D 26 0 39 CC 56 17
Octal 10 104 155 135 46 0 71 314 126 27
Binary 1000 1000100 1101101 1011101 100110 0 111001 11001100 1010110 10111

Color Harmonies of #08446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08446D

Black with #08446D

Text Example


Text Example

White with #08446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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