#081D96

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

Shades of Smalt #081D96

Tints of Smalt #081D96

Color information

#081D96 (or 0x081D96) is unknown color: approx Smalt. HEX triplet: 08, 1D and 96. RGB value is (8,29,150). Sum of RGB (Red+Green+Blue) = 8+29+150=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #081D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D96 is #F7E269. Grayscale: #242424. Windows color (decimal): -16245354 or 9837832. OLE color: 9837832.

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

Color convert

RGB829150-
CMYK0.950.8100.41
HSL231.13º89.87%30.98%-
HSV(B)231.13º94.67%58.82%-
XYZ6.043.1329.14-
YUV36.52192.04107.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=4.28%
G=15.51%
B=80.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8291500.950.8100.41231.1389.8730.98
Hex81D965F51029e75a1f
Octal103522613712105134713237
Binary1000111011001011010111111010001010100111100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081D96; }

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

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

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

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

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

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

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

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