#051F93

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

Shades of Smalt #051F93

Tints of Smalt #051F93

Color information

#051F93 (or 0x051F93) is unknown color: approx Smalt. HEX triplet: 05, 1F and 93. RGB value is (5,31,147). Sum of RGB (Red+Green+Blue) = 5+31+147=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #051F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F93 is #FAE06C. Grayscale: #232323. Windows color (decimal): -16441453 or 9641733. OLE color: 9641733.

HSL color Cylindrical-coordinate representation of color #051F93: hue angle of 229.01º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051F93 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB531147-
CMYK0.970.7900.42
HSL229.01º93.42%29.8%-
HSV(B)229.01º96.6%57.65%-
XYZ5.823.1227.9-
YUV36.45190.39105.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=2.73%
G=16.94%
B=80.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5311470.970.7900.42229.0193.4229.8
Hex51F93614F02Ae55d1e
Octal53722314111705234513536
Binary101111111001001111000011001111010101011100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,31,147); }

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

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

 a { background-color: rgb(5,31,147); }

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

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

 span { border-color: rgb(5,31,147); }

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