#051E86

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

Shades of Smalt #051E86

Tints of Smalt #051E86

Color information

#051E86 (or 0x051E86) is unknown color: approx Smalt. HEX triplet: 05, 1E and 86. RGB value is (5,30,134). Sum of RGB (Red+Green+Blue) = 5+30+134=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 134 (52.73% from 255 or 79.29% from 169); Max value from RGB is 134 - color contains mainly: blue. Hex color #051E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E86 is #FAE179. Grayscale: #212121. Windows color (decimal): -16441722 or 8789509. OLE color: 8789509.

HSL color Cylindrical-coordinate representation of color #051E86: hue angle of 228.37º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051E86 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB530134-
CMYK0.960.7800.47
HSL228.37º92.81%27.25%-
HSV(B)228.37º96.27%52.55%-
XYZ4.832.6822.82-
YUV34.38184.22107.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 134 (52.73% from 255) = 79.29%
R=2.96%
G=17.75%
B=79.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5301340.960.7800.47228.3792.8127.25
Hex51E86604E02Fe45d1b
Octal53620614011605734413533
Binary101111101000011011000001001110010111111100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E86; }

 p { color: rgb(5,30,134); }

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

<style>
 a { background-color: #051E86; }

 a { background-color: rgb(5,30,134); }

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

<style>
 span { border-color: #051E86; }

 span { border-color: rgb(5,30,134); }

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