#051E8D

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

Shades of Smalt #051E8D

Tints of Smalt #051E8D

Color information

#051E8D (or 0x051E8D) is unknown color: approx Smalt. HEX triplet: 05, 1E and 8D. RGB value is (5,30,141). Sum of RGB (Red+Green+Blue) = 5+30+141=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #051E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E8D is #FAE172. Grayscale: #222222. Windows color (decimal): -16441715 or 9248261. OLE color: 9248261.

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

Color convert

RGB530141-
CMYK0.960.7900.45
HSL228.97º93.15%28.63%-
HSV(B)228.97º96.45%55.29%-
XYZ5.332.8825.47-
YUV35.18187.72106.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 141 (55.47% from 255) = 80.11%
R=2.84%
G=17.05%
B=80.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5301410.960.7900.45228.9793.1528.63
Hex51E8D604F02De55d1d
Octal53621514011705534513535
Binary101111101000110111000001001111010110111100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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