#051E8B

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

Shades of Smalt #051E8B

Tints of Smalt #051E8B

Color information

#051E8B (or 0x051E8B) is unknown color: approx Smalt. HEX triplet: 05, 1E and 8B. RGB value is (5,30,139). Sum of RGB (Red+Green+Blue) = 5+30+139=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #051E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E8B is #FAE174. Grayscale: #222222. Windows color (decimal): -16441717 or 9117189. OLE color: 9117189.

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

Color convert

RGB530139-
CMYK0.960.7800.45
HSL228.81º93.06%28.24%-
HSV(B)228.81º96.4%54.51%-
XYZ5.192.8224.7-
YUV34.95186.72106.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 139 (54.69% from 255) = 79.89%
R=2.87%
G=17.24%
B=79.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5301390.960.7800.45228.8193.0628.24
Hex51E8B604E02De55d1c
Octal53621314011605534513534
Binary101111101000101111000001001110010110111100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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