#081D95

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

Shades of Smalt #081D95

Tints of Smalt #081D95

Color information

#081D95 (or 0x081D95) is unknown color: approx Smalt. HEX triplet: 08, 1D and 95. RGB value is (8,29,149). Sum of RGB (Red+Green+Blue) = 8+29+149=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #081D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D95 is #F7E26A. Grayscale: #232323. Windows color (decimal): -16245355 or 9772296. OLE color: 9772296.

HSL color Cylindrical-coordinate representation of color #081D95: hue angle of 231.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081D95 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB829149-
CMYK0.950.8100.42
HSL231.06º89.81%30.78%-
HSV(B)231.06º94.63%58.43%-
XYZ5.963.128.72-
YUV36.4191.54107.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 149 (58.59% from 255) = 80.11%
R=4.30%
G=15.59%
B=80.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8291490.950.8100.42231.0689.8130.78
Hex81D955F5102Ae75a1f
Octal103522513712105234713237
Binary1000111011001010110111111010001010101011100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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