Html Css Color HEX #08478C Dark Cerulean

📋 copy color: '#08478C'

red 8 ◦ green 71 ◦ blue 140

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

Shades of Dark Cerulean #08478C

Tints of Dark Cerulean #08478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 3.65%
G = 32.42%
B = 63.93%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08478C (or 0x08478C) is known color: Dark Cerulean. HEX triplet: 08, 47 and 8C. RGB value is (8,71,140). Sum of RGB (Red+Green+Blue) = 8+71+140=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #08478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08478C is #F7B873. Grayscale: #3B3B3B. Windows color (decimal): -16234612 or 9193224. OLE color: 9193224.

HSL color Cylindrical-coordinate representation of color #08478C: hue angle of 211.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08478C is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 71 140 -
CMYK 0.94 0.49 0 0.45
HSL 211.36º 0.89% 0.29% -
HSV(B) 211.36º 0.94% 0.55% -
XYZ 7.09 6.45 25.68 -
YUV 60.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 8 71 140 0.94 0.49 0 0.45 211.36 0.89 0.29
Hex 8 47 8C 5E 31 0 2D D3 59 1D
Octal 10 107 214 136 61 0 55 323 131 35
Binary 1000 1000111 10001100 1011110 110001 0 101101 11010011 1011001 11101

Color Harmonies of #08478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08478C

Black with #08478C

Text Example


Text Example

White with #08478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,71,140); }

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

background-color css

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

 a { background-color: rgb(8,71,140); }

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

border-color css

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

 span { border-color: rgb(8,71,140); }

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