Html Css Color HEX #08486D Dark Cerulean

📋 copy color: '#08486D'

red 8 ◦ green 72 ◦ blue 109

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

Shades of Dark Cerulean #08486D

Tints of Dark Cerulean #08486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 4.23%
G = 38.1%
B = 57.67%

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

#08486D (or 0x08486D) is known color: Dark Cerulean. HEX triplet: 08, 48 and 6D. RGB value is (8,72,109). Sum of RGB (Red+Green+Blue) = 8+72+109=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #08486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08486D is #F7B792. Grayscale: #383838. Windows color (decimal): -16234387 or 7161864. OLE color: 7161864.

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

Color convert

RGB 8 72 109 -
CMYK 0.93 0.34 0 0.57
HSL 201.98º 0.86% 0.23% -
HSV(B) 201.98º 0.93% 0.43% -
XYZ 5.18 5.79 15.31 -
YUV 57.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 8 72 109 0.93 0.34 0 0.57 201.98 0.86 0.23
Hex 8 48 6D 5D 22 0 39 CA 56 17
Octal 10 110 155 135 42 0 71 312 126 27
Binary 1000 1001000 1101101 1011101 100010 0 111001 11001010 1010110 10111

Color Harmonies of #08486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08486D

Black with #08486D

Text Example


Text Example

White with #08486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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