Html Css Color HEX #08477A Dark Cerulean

📋 copy color: '#08477A'

red 8 ◦ green 71 ◦ blue 122

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

Shades of Dark Cerulean #08477A

Tints of Dark Cerulean #08477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 60.7%

R = 3.98%
G = 35.32%
B = 60.7%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08477A (or 0x08477A) is known color: Dark Cerulean. HEX triplet: 08, 47 and 7A. RGB value is (8,71,122). Sum of RGB (Red+Green+Blue) = 8+71+122=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #08477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08477A is #F7B885. Grayscale: #393939. Windows color (decimal): -16234630 or 8013576. OLE color: 8013576.

HSL color Cylindrical-coordinate representation of color #08477A: hue angle of 206.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08477A is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 71 122 -
CMYK 0.93 0.42 0 0.52
HSL 206.84º 0.88% 0.25% -
HSV(B) 206.84º 0.93% 0.48% -
XYZ 5.87 5.96 19.25 -
YUV 57.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 8 71 122 0.93 0.42 0 0.52 206.84 0.88 0.25
Hex 8 47 7A 5D 2A 0 34 CF 58 19
Octal 10 107 172 135 52 0 64 317 130 31
Binary 1000 1000111 1111010 1011101 101010 0 110100 11001111 1011000 11001

Color Harmonies of #08477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08477A

Black with #08477A

Text Example


Text Example

White with #08477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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