#014392

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

Shades of Smalt #014392

Tints of Smalt #014392

Color information

#014392 (or 0x014392) is unknown color: approx Smalt. HEX triplet: 01, 43 and 92. RGB value is (1,67,146). Sum of RGB (Red+Green+Blue) = 1+67+146=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #014392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014392 is #FEBC6D. Grayscale: #373737. Windows color (decimal): -16694382 or 9585409. OLE color: 9585409.

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

Color convert

RGB167146-
CMYK0.990.5400.43
HSL212.69º98.64%28.82%-
HSV(B)212.69º99.32%57.25%-
XYZ7.216.127.99-
YUV56.27178.6388.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=0.47%
G=31.31%
B=68.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1671460.990.5400.43212.6998.6428.82
Hex14392633602Bd5631d
Octal11032221436605332514335
Binary11000011100100101100011110110010101111010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014392; }

 p { color: rgb(1,67,146); }

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

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

 a { background-color: rgb(1,67,146); }

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

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

 span { border-color: rgb(1,67,146); }

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