Html Css Color HEX #08487C Dark Cerulean

📋 copy color: '#08487C'

red 8 ◦ green 72 ◦ blue 124

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

Shades of Dark Cerulean #08487C

Tints of Dark Cerulean #08487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

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

R = 3.92%
G = 35.29%
B = 60.78%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08487C (or 0x08487C) is known color: Dark Cerulean. HEX triplet: 08, 48 and 7C. RGB value is (8,72,124). Sum of RGB (Red+Green+Blue) = 8+72+124=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #08487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08487C is #F7B783. Grayscale: #3A3A3A. Windows color (decimal): -16234372 or 8144904. OLE color: 8144904.

HSL color Cylindrical-coordinate representation of color #08487C: hue angle of 206.9º 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 #08487C is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 72 124 -
CMYK 0.94 0.42 0 0.51
HSL 206.9º 0.88% 0.26% -
HSV(B) 206.9º 0.94% 0.49% -
XYZ 6.06 6.14 19.94 -
YUV 58.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 8 72 124 0.94 0.42 0 0.51 206.9 0.88 0.26
Hex 8 48 7C 5E 2A 0 33 CF 58 1A
Octal 10 110 174 136 52 0 63 317 130 32
Binary 1000 1001000 1111100 1011110 101010 0 110011 11001111 1011000 11010

Color Harmonies of #08487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08487C

Black with #08487C

Text Example


Text Example

White with #08487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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