#084284

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

Shades of Dark Cerulean #084284

Tints of Dark Cerulean #084284

Color information

#084284 (or 0x084284) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 84. RGB value is (8,66,132). Sum of RGB (Red+Green+Blue) = 8+66+132=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #084284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084284 is #F7BD7B. Grayscale: #373737. Windows color (decimal): -16235900 or 8667656. OLE color: 8667656.

HSL color Cylindrical-coordinate representation of color #084284: hue angle of 211.94º 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 #084284 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB866132-
CMYK0.940.500.48
HSL211.94º88.57%27.45%-
HSV(B)211.94º93.94%51.76%-
XYZ6.215.6122.59-
YUV56.18170.7893.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 132 (51.95% from 255) = 64.08%
R=3.88%
G=32.04%
B=64.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8661320.940.500.48211.9488.5727.45
Hex842845E32030d4591b
Octal101022041366206032413133
Binary10001000010100001001011110110010011000011010100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084284; }

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

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

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

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

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

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

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

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