#082596

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

Shades of Smalt #082596

Tints of Smalt #082596

Color information

#082596 (or 0x082596) is unknown color: approx Smalt. HEX triplet: 08, 25 and 96. RGB value is (8,37,150). Sum of RGB (Red+Green+Blue) = 8+37+150=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #082596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082596 is #F7DA69. Grayscale: #282828. Windows color (decimal): -16243306 or 9839880. OLE color: 9839880.

HSL color Cylindrical-coordinate representation of color #082596: hue angle of 227.75º 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 #082596 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB837150-
CMYK0.950.7500.41
HSL227.75º89.87%30.98%-
HSV(B)227.75º94.67%58.82%-
XYZ6.273.5829.21-
YUV41.21189.39104.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 150 (58.98% from 255) = 76.92%
R=4.10%
G=18.97%
B=76.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8371500.950.7500.41227.7589.8730.98
Hex825965F4B029e45a1f
Octal104522613711305134413237
Binary10001001011001011010111111001011010100111100100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082596; }

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

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

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

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

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

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

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

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