#014496

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

Shades of Smalt #014496

Tints of Smalt #014496

Color information

#014496 (or 0x014496) is unknown color: approx Smalt. HEX triplet: 01, 44 and 96. RGB value is (1,68,150). Sum of RGB (Red+Green+Blue) = 1+68+150=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #014496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014496 is #FEBB69. Grayscale: #383838. Windows color (decimal): -16694122 or 9847809. OLE color: 9847809.

HSL color Cylindrical-coordinate representation of color #014496: hue angle of 213.02º 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 #014496 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB168150-
CMYK0.990.5500.41
HSL213.02º98.68%29.61%-
HSV(B)213.02º99.33%58.82%-
XYZ7.586.3429.68-
YUV57.32180.387.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=0.46%
G=31.05%
B=68.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1681500.990.5500.41213.0298.6829.61
Hex144966337029d5631e
Octal11042261436705132514336
Binary11000100100101101100011110111010100111010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014496; }

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

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

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

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

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

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

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

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