Html Css Color HEX #08466E Dark Cerulean

📋 copy color: '#08466E'

red 8 ◦ green 70 ◦ blue 110

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

Shades of Dark Cerulean #08466E

Tints of Dark Cerulean #08466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

 BLUE value IS 110 (43.36% from 255) = 58.51%

R = 4.26%
G = 37.23%
B = 58.51%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08466E (or 0x08466E) is known color: Dark Cerulean. HEX triplet: 08, 46 and 6E. RGB value is (8,70,110). Sum of RGB (Red+Green+Blue) = 8+70+110=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #08466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08466E is #F7B991. Grayscale: #373737. Windows color (decimal): -16234898 or 7226888. OLE color: 7226888.

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

Color convert

RGB 8 70 110 -
CMYK 0.93 0.36 0 0.57
HSL 203.53º 0.86% 0.23% -
HSV(B) 203.53º 0.93% 0.43% -
XYZ 5.1 5.56 15.56 -
YUV 56.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 8 70 110 0.93 0.36 0 0.57 203.53 0.86 0.23
Hex 8 46 6E 5D 24 0 39 CC 56 17
Octal 10 106 156 135 44 0 71 314 126 27
Binary 1000 1000110 1101110 1011101 100100 0 111001 11001100 1010110 10111

Color Harmonies of #08466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08466E

Black with #08466E

Text Example


Text Example

White with #08466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08466E; }

 p { color: rgb(8,70,110); }

 H1.HeaderClassName
 {
   color: #08466E;
 }
 .AnyTagClassName
 {
   color: #08466E;
 }
</style>

background-color css

<style>
 a { background-color: #08466E; }

 a { background-color: rgb(8,70,110); }

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

border-color css

<style>
 span { border-color: #08466E; }

 span { border-color: rgb(8,70,110); }

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