Html Css Color HEX #08486B Dark Cerulean

📋 copy color: '#08486B'

red 8 ◦ green 72 ◦ blue 107

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

Shades of Dark Cerulean #08486B

Tints of Dark Cerulean #08486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.22%

R = 4.28%
G = 38.5%
B = 57.22%

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

#08486B (or 0x08486B) is known color: Dark Cerulean. HEX triplet: 08, 48 and 6B. RGB value is (8,72,107). Sum of RGB (Red+Green+Blue) = 8+72+107=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #08486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08486B is #F7B794. Grayscale: #383838. Windows color (decimal): -16234389 or 7030792. OLE color: 7030792.

HSL color Cylindrical-coordinate representation of color #08486B: hue angle of 201.21º 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 #08486B is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 72 107 -
CMYK 0.93 0.33 0 0.58
HSL 201.21º 0.86% 0.23% -
HSV(B) 201.21º 0.93% 0.42% -
XYZ 5.07 5.75 14.75 -
YUV 56.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 8 72 107 0.93 0.33 0 0.58 201.21 0.86 0.23
Hex 8 48 6B 5D 21 0 3A C9 56 17
Octal 10 110 153 135 41 0 72 311 126 27
Binary 1000 1001000 1101011 1011101 100001 0 111010 11001001 1010110 10111

Color Harmonies of #08486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08486B

Black with #08486B

Text Example


Text Example

White with #08486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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