Html Css Color HEX #084977 Dark Cerulean

📋 copy color: '#084977'

red 8 ◦ green 73 ◦ blue 119

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

Shades of Dark Cerulean #084977

Tints of Dark Cerulean #084977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 4%
G = 36.5%
B = 59.5%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#084977 (or 0x084977) is known color: Dark Cerulean. HEX triplet: 08, 49 and 77. RGB value is (8,73,119). Sum of RGB (Red+Green+Blue) = 8+73+119=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #084977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084977 is #F7B688. Grayscale: #3A3A3A. Windows color (decimal): -16234121 or 7817480. OLE color: 7817480.

HSL color Cylindrical-coordinate representation of color #084977: hue angle of 204.86º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084977 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 73 119 -
CMYK 0.93 0.39 0 0.53
HSL 204.86º 0.87% 0.25% -
HSV(B) 204.86º 0.93% 0.47% -
XYZ 5.81 6.15 18.33 -
YUV 58.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 8 73 119 0.93 0.39 0 0.53 204.86 0.87 0.25
Hex 8 49 77 5D 27 0 35 CD 57 19
Octal 10 111 167 135 47 0 65 315 127 31
Binary 1000 1001001 1110111 1011101 100111 0 110101 11001101 1010111 11001

Color Harmonies of #084977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084977

Black with #084977

Text Example


Text Example

White with #084977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084977; }

 p { color: rgb(8,73,119); }

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

background-color css

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

 a { background-color: rgb(8,73,119); }

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

border-color css

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

 span { border-color: rgb(8,73,119); }

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