Html Css Color HEX #08497C Dark Cerulean

📋 copy color: '#08497C'

red 8 ◦ green 73 ◦ blue 124

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

Shades of Dark Cerulean #08497C

Tints of Dark Cerulean #08497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 3.9%
G = 35.61%
B = 60.49%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08497C (or 0x08497C) is known color: Dark Cerulean. HEX triplet: 08, 49 and 7C. RGB value is (8,73,124). Sum of RGB (Red+Green+Blue) = 8+73+124=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #08497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08497C is #F7B683. Grayscale: #3B3B3B. Windows color (decimal): -16234116 or 8145160. OLE color: 8145160.

HSL color Cylindrical-coordinate representation of color #08497C: hue angle of 206.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08497C is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 73 124 -
CMYK 0.94 0.41 0 0.51
HSL 206.38º 0.88% 0.26% -
HSV(B) 206.38º 0.94% 0.49% -
XYZ 6.12 6.27 19.96 -
YUV 59.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 8 73 124 0.94 0.41 0 0.51 206.38 0.88 0.26
Hex 8 49 7C 5E 29 0 33 CE 58 1A
Octal 10 111 174 136 51 0 63 316 130 32
Binary 1000 1001001 1111100 1011110 101001 0 110011 11001110 1011000 11010

Color Harmonies of #08497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08497C

Black with #08497C

Text Example


Text Example

White with #08497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08497C; }

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

 H1.HeaderClassName
 {
   color: #08497C;
 }
 .AnyTagClassName
 {
   color: #08497C;
 }
</style>

background-color css

<style>
 a { background-color: #08497C; }

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

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

border-color css

<style>
 span { border-color: #08497C; }

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

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