#081F92

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

Shades of Smalt #081F92

Tints of Smalt #081F92

Color information

#081F92 (or 0x081F92) is unknown color: approx Smalt. HEX triplet: 08, 1F and 92. RGB value is (8,31,146). Sum of RGB (Red+Green+Blue) = 8+31+146=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #081F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081F92 is #F7E06D. Grayscale: #242424. Windows color (decimal): -16244846 or 9576200. OLE color: 9576200.

HSL color Cylindrical-coordinate representation of color #081F92: hue angle of 230º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081F92 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB831146-
CMYK0.950.7900.43
HSL230º89.61%30.2%-
HSV(B)230º94.52%57.25%-
XYZ5.783.1127.49-
YUV37.23189.38107.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 146 (57.42% from 255) = 78.92%
R=4.32%
G=16.76%
B=78.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8311460.950.7900.4323089.6130.2
Hex81F925F4F02Be65a1e
Octal103722213711705334613236
Binary1000111111001001010111111001111010101111100110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,146); }

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

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

 a { background-color: rgb(8,31,146); }

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

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

 span { border-color: rgb(8,31,146); }

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