#082786

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

Shades of Smalt #082786

Tints of Smalt #082786

Color information

#082786 (or 0x082786) is unknown color: approx Smalt. HEX triplet: 08, 27 and 86. RGB value is (8,39,134). Sum of RGB (Red+Green+Blue) = 8+39+134=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #082786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082786 is #F7D879. Grayscale: #282828. Windows color (decimal): -16242810 or 8791816. OLE color: 8791816.

HSL color Cylindrical-coordinate representation of color #082786: hue angle of 225.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082786 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB839134-
CMYK0.940.7100.47
HSL225.24º88.73%27.84%-
HSV(B)225.24º94.03%52.55%-
XYZ5.133.2222.91-
YUV40.56180.73104.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 134 (52.73% from 255) = 74.03%
R=4.42%
G=21.55%
B=74.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8391340.940.7100.47225.2488.7327.84
Hex827865E4702Fe1591c
Octal104720613610705734113134
Binary10001001111000011010111101000111010111111100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082786; }

 p { color: rgb(8,39,134); }

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

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

 a { background-color: rgb(8,39,134); }

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

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

 span { border-color: rgb(8,39,134); }

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