#084E84

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

Shades of Dark Cerulean #084E84

Tints of Dark Cerulean #084E84

Color information

#084E84 (or 0x084E84) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4E and 84. RGB value is (8,78,132). Sum of RGB (Red+Green+Blue) = 8+78+132=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #084E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E84 is #F7B17B. Grayscale: #3E3E3E. Windows color (decimal): -16232828 or 8670728. OLE color: 8670728.

HSL color Cylindrical-coordinate representation of color #084E84: hue angle of 206.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084E84 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB878132-
CMYK0.940.4100.48
HSL206.13º88.57%27.45%-
HSV(B)206.13º93.94%51.76%-
XYZ6.997.1722.84-
YUV63.23166.8188.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=3.67%
G=35.78%
B=60.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8781320.940.4100.48206.1388.5727.45
Hex84E845E29030ce591b
Octal101162041365106031613133
Binary10001001110100001001011110101001011000011001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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