Html Css Color HEX #084976 Dark Cerulean

📋 copy color: '#084976'

red 8 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #084976

Tints of Dark Cerulean #084976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 4.02%
G = 36.68%
B = 59.3%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#084976 (or 0x084976) is known color: Dark Cerulean. HEX triplet: 08, 49 and 76. RGB value is (8,73,118). Sum of RGB (Red+Green+Blue) = 8+73+118=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #084976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084976 is #F7B689. Grayscale: #3A3A3A. Windows color (decimal): -16234122 or 7751944. OLE color: 7751944.

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

Color convert

RGB 8 73 118 -
CMYK 0.93 0.38 0 0.54
HSL 204.55º 0.87% 0.25% -
HSV(B) 204.55º 0.93% 0.46% -
XYZ 5.75 6.12 18.02 -
YUV 58.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 8 73 118 0.93 0.38 0 0.54 204.55 0.87 0.25
Hex 8 49 76 5D 26 0 36 CD 57 19
Octal 10 111 166 135 46 0 66 315 127 31
Binary 1000 1001001 1110110 1011101 100110 0 110110 11001101 1010111 11001

Color Harmonies of #084976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084976

Black with #084976

Text Example


Text Example

White with #084976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084976; }

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

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

background-color css

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

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

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

border-color css

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

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

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