Html Css Color HEX #08477D Dark Cerulean

📋 copy color: '#08477D'

red 8 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #08477D

Tints of Dark Cerulean #08477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.27%

R = 3.92%
G = 34.8%
B = 61.27%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08477D (or 0x08477D) is known color: Dark Cerulean. HEX triplet: 08, 47 and 7D. RGB value is (8,71,125). Sum of RGB (Red+Green+Blue) = 8+71+125=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #08477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08477D is #F7B882. Grayscale: #3A3A3A. Windows color (decimal): -16234627 or 8210184. OLE color: 8210184.

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

Color convert

RGB 8 71 125 -
CMYK 0.94 0.43 0 0.51
HSL 207.69º 0.88% 0.26% -
HSV(B) 207.69º 0.94% 0.49% -
XYZ 6.06 6.04 20.25 -
YUV 58.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 8 71 125 0.94 0.43 0 0.51 207.69 0.88 0.26
Hex 8 47 7D 5E 2B 0 33 D0 58 1A
Octal 10 107 175 136 53 0 63 320 130 32
Binary 1000 1000111 1111101 1011110 101011 0 110011 11010000 1011000 11010

Color Harmonies of #08477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08477D

Black with #08477D

Text Example


Text Example

White with #08477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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