Html Css Color HEX #08486C Dark Cerulean

📋 copy color: '#08486C'

red 8 ◦ green 72 ◦ blue 108

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

Shades of Dark Cerulean #08486C

Tints of Dark Cerulean #08486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 4.26%
G = 38.3%
B = 57.45%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08486C (or 0x08486C) is known color: Dark Cerulean. HEX triplet: 08, 48 and 6C. RGB value is (8,72,108). Sum of RGB (Red+Green+Blue) = 8+72+108=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #08486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08486C is #F7B793. Grayscale: #383838. Windows color (decimal): -16234388 or 7096328. OLE color: 7096328.

HSL color Cylindrical-coordinate representation of color #08486C: hue angle of 201.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08486C is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 72 108 -
CMYK 0.93 0.33 0 0.58
HSL 201.6º 0.86% 0.23% -
HSV(B) 201.6º 0.93% 0.42% -
XYZ 5.12 5.77 15.03 -
YUV 56.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 8 72 108 0.93 0.33 0 0.58 201.6 0.86 0.23
Hex 8 48 6C 5D 21 0 3A CA 56 17
Octal 10 110 154 135 41 0 72 312 126 27
Binary 1000 1001000 1101100 1011101 100001 0 111010 11001010 1010110 10111

Color Harmonies of #08486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08486C

Black with #08486C

Text Example


Text Example

White with #08486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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