#084E76

Color #084E76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #084E76

Tints of Dark Cerulean #084E76

Color information

#084E76 (or 0x084E76) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4E and 76. RGB value is (8,78,118). Sum of RGB (Red+Green+Blue) = 8+78+118=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #084E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E76 is #F7B189. Grayscale: #3D3D3D. Windows color (decimal): -16232842 or 7753224. OLE color: 7753224.

HSL color Cylindrical-coordinate representation of color #084E76: hue angle of 201.82º 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 #084E76 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB878118-
CMYK0.930.3400.54
HSL201.82º87.3%24.71%-
HSV(B)201.82º93.22%46.27%-
XYZ6.096.8118.13-
YUV61.63159.8189.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=3.92%
G=38.24%
B=57.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8781180.930.3400.54201.8287.324.71
Hex84E765D22036ca5719
Octal101161661354206631212731
Binary1000100111011101101011101100010011011011001010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E76; }

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

 H1.HeaderClassName
 {
   color: #084E76;
 }
 .AnyTagClassName
 {
   color: #084E76;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #084E76;
 }
 .BgClassName
 {
   background-color: #084E76;
 }
</style>
border-color css

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

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

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