#082196

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

Shades of Smalt #082196

Tints of Smalt #082196

Color information

#082196 (or 0x082196) is unknown color: approx Smalt. HEX triplet: 08, 21 and 96. RGB value is (8,33,150). Sum of RGB (Red+Green+Blue) = 8+33+150=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #082196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082196 is #F7DE69. Grayscale: #262626. Windows color (decimal): -16244330 or 9838856. OLE color: 9838856.

HSL color Cylindrical-coordinate representation of color #082196: hue angle of 229.44º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082196 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB833150-
CMYK0.950.7800.41
HSL229.44º89.87%30.98%-
HSV(B)229.44º94.67%58.82%-
XYZ6.153.3429.18-
YUV38.86190.72105.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 150 (58.98% from 255) = 78.53%
R=4.19%
G=17.28%
B=78.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8331500.950.7800.41229.4489.8730.98
Hex821965F4E029e55a1f
Octal104122613711605134513237
Binary10001000011001011010111111001110010100111100101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082196; }

 p { color: rgb(8,33,150); }

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

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

 a { background-color: rgb(8,33,150); }

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

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

 span { border-color: rgb(8,33,150); }

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