#051C95

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

Shades of Smalt #051C95

Tints of Smalt #051C95

Color information

#051C95 (or 0x051C95) is unknown color: approx Smalt. HEX triplet: 05, 1C and 95. RGB value is (5,28,149). Sum of RGB (Red+Green+Blue) = 5+28+149=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #051C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C95 is #FAE36A. Grayscale: #222222. Windows color (decimal): -16442219 or 9772037. OLE color: 9772037.

HSL color Cylindrical-coordinate representation of color #051C95: hue angle of 230.42º degrees, saturation: 0.94, 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 #051C95 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB528149-
CMYK0.970.8100.42
HSL230.42º93.51%30.2%-
HSV(B)230.42º96.64%58.43%-
XYZ5.93.0328.71-
YUV34.92192.38106.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 149 (58.59% from 255) = 81.87%
R=2.75%
G=15.38%
B=81.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5281490.970.8100.42230.4293.5130.2
Hex51C95615102Ae65e1e
Octal53422514112105234613636
Binary101111001001010111000011010001010101011100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,149); }

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

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

 a { background-color: rgb(5,28,149); }

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

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

 span { border-color: rgb(5,28,149); }

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