#084E72

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

Shades of Dark Cerulean #084E72

Tints of Dark Cerulean #084E72

Color information

#084E72 (or 0x084E72) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4E and 72. RGB value is (8,78,114). Sum of RGB (Red+Green+Blue) = 8+78+114=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #084E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E72 is #F7B18D. Grayscale: #3C3C3C. Windows color (decimal): -16232846 or 7491080. OLE color: 7491080.

HSL color Cylindrical-coordinate representation of color #084E72: hue angle of 200.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084E72 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB878114-
CMYK0.930.3200.55
HSL200.38º86.89%23.92%-
HSV(B)200.38º92.98%44.71%-
XYZ5.866.7216.91-
YUV61.17157.8190.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 114 (44.92% from 255) = 57%
R=4%
G=39%
B=57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8781140.930.3200.55200.3886.8923.92
Hex84E725D20037c85718
Octal101161621354006731012730
Binary1000100111011100101011101100000011011111001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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