#014596

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

Shades of Smalt #014596

Tints of Smalt #014596

Color information

#014596 (or 0x014596) is unknown color: approx Smalt. HEX triplet: 01, 45 and 96. RGB value is (1,69,150). Sum of RGB (Red+Green+Blue) = 1+69+150=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #014596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014596 is #FEBA69. Grayscale: #393939. Windows color (decimal): -16693866 or 9848065. OLE color: 9848065.

HSL color Cylindrical-coordinate representation of color #014596: hue angle of 212.62º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014596 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB169150-
CMYK0.990.5400.41
HSL212.62º98.68%29.61%-
HSV(B)212.62º99.33%58.82%-
XYZ7.656.4629.7-
YUV57.9179.9787.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 150 (58.98% from 255) = 68.18%
R=0.45%
G=31.36%
B=68.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1691500.990.5400.41212.6298.6829.61
Hex145966336029d5631e
Octal11052261436605132514336
Binary11000101100101101100011110110010100111010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014596; }

 p { color: rgb(1,69,150); }

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

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

 a { background-color: rgb(1,69,150); }

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

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

 span { border-color: rgb(1,69,150); }

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