Html Css Color HEX #08496E Dark Cerulean

📋 copy color: '#08496E'

red 8 ◦ green 73 ◦ blue 110

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

Shades of Dark Cerulean #08496E

Tints of Dark Cerulean #08496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

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

R = 4.19%
G = 38.22%
B = 57.59%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08496E (or 0x08496E) is known color: Dark Cerulean. HEX triplet: 08, 49 and 6E. RGB value is (8,73,110). Sum of RGB (Red+Green+Blue) = 8+73+110=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #08496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08496E is #F7B691. Grayscale: #393939. Windows color (decimal): -16234130 or 7227656. OLE color: 7227656.

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

Color convert

RGB 8 73 110 -
CMYK 0.93 0.34 0 0.57
HSL 201.76º 0.86% 0.23% -
HSV(B) 201.76º 0.93% 0.43% -
XYZ 5.3 5.94 15.62 -
YUV 57.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 8 73 110 0.93 0.34 0 0.57 201.76 0.86 0.23
Hex 8 49 6E 5D 22 0 39 CA 56 17
Octal 10 111 156 135 42 0 71 312 126 27
Binary 1000 1001001 1101110 1011101 100010 0 111001 11001010 1010110 10111

Color Harmonies of #08496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08496E

Black with #08496E

Text Example


Text Example

White with #08496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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