#081E90

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

Shades of Smalt #081E90

Tints of Smalt #081E90

Color information

#081E90 (or 0x081E90) is unknown color: approx Smalt. HEX triplet: 08, 1E and 90. RGB value is (8,30,144). Sum of RGB (Red+Green+Blue) = 8+30+144=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #081E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E90 is #F7E16F. Grayscale: #232323. Windows color (decimal): -16245104 or 9444872. OLE color: 9444872.

HSL color Cylindrical-coordinate representation of color #081E90: hue angle of 230.29º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081E90 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB830144-
CMYK0.940.7900.44
HSL230.29º89.47%29.8%-
HSV(B)230.29º94.44%56.47%-
XYZ5.62.9926.67-
YUV36.42188.71107.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.40%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 144 (56.64% from 255) = 79.12%
R=4.40%
G=16.48%
B=79.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8301440.940.7900.44230.2989.4729.8
Hex81E905E4F02Ce6591e
Octal103622013611705434613136
Binary1000111101001000010111101001111010110011100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,30,144); }

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

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

 a { background-color: rgb(8,30,144); }

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

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

 span { border-color: rgb(8,30,144); }

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