#081E92

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

Shades of Smalt #081E92

Tints of Smalt #081E92

Color information

#081E92 (or 0x081E92) is unknown color: approx Smalt. HEX triplet: 08, 1E and 92. RGB value is (8,30,146). Sum of RGB (Red+Green+Blue) = 8+30+146=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #081E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E92 is #F7E16D. Grayscale: #242424. Windows color (decimal): -16245102 or 9575944. OLE color: 9575944.

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

Color convert

RGB830146-
CMYK0.950.7900.43
HSL230.43º89.61%30.2%-
HSV(B)230.43º94.52%57.25%-
XYZ5.753.0627.48-
YUV36.65189.71107.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 146 (57.42% from 255) = 79.35%
R=4.35%
G=16.30%
B=79.35%

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
Decimal8301460.950.7900.43230.4389.6130.2
Hex81E925F4F02Be65a1e
Octal103622213711705334613236
Binary1000111101001001010111111001111010101111100110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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