#084F82

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

Shades of Dark Cerulean #084F82

Tints of Dark Cerulean #084F82

Color information

#084F82 (or 0x084F82) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4F and 82. RGB value is (8,79,130). Sum of RGB (Red+Green+Blue) = 8+79+130=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #084F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F82 is #F7B07D. Grayscale: #3F3F3F. Windows color (decimal): -16232574 or 8539912. OLE color: 8539912.

HSL color Cylindrical-coordinate representation of color #084F82: hue angle of 205.08º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084F82 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB879130-
CMYK0.940.3900.49
HSL205.08º88.41%27.06%-
HSV(B)205.08º93.85%50.98%-
XYZ6.937.2622.15-
YUV63.58165.4888.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=3.69%
G=36.41%
B=59.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8791300.940.3900.49205.0888.4127.06
Hex84F825E27031cd581b
Octal101172021364706131513033
Binary10001001111100000101011110100111011000111001101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,79,130); }

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

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

 a { background-color: rgb(8,79,130); }

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

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

 span { border-color: rgb(8,79,130); }

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