#082884

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

Shades of Smalt #082884

Tints of Smalt #082884

Color information

#082884 (or 0x082884) is unknown color: approx Smalt. HEX triplet: 08, 28 and 84. RGB value is (8,40,132). Sum of RGB (Red+Green+Blue) = 8+40+132=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #082884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082884 is #F7D77B. Grayscale: #282828. Windows color (decimal): -16242556 or 8661000. OLE color: 8661000.

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

Color convert

RGB840132-
CMYK0.940.7000.48
HSL224.52º88.57%27.45%-
HSV(B)224.52º93.94%51.76%-
XYZ5.023.2422.19-
YUV40.92179.4104.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 132 (51.95% from 255) = 73.33%
R=4.44%
G=22.22%
B=73.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8401320.940.7000.48224.5288.5727.45
Hex828845E46030e1591b
Octal105020413610606034113133
Binary10001010001000010010111101000110011000011100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082884; }

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

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

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

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

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

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

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

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