#013AA1

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

Shades of Smalt #013AA1

Tints of Smalt #013AA1

Color information

#013AA1 (or 0x013AA1) is unknown color: approx Smalt. HEX triplet: 01, 3A and A1. RGB value is (1,58,161). Sum of RGB (Red+Green+Blue) = 1+58+161=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #013AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AA1 is #FEC55E. Grayscale: #343434. Windows color (decimal): -16696671 or 10566145. OLE color: 10566145.

HSL color Cylindrical-coordinate representation of color #013AA1: hue angle of 218.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013AA1 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB158161-
CMYK0.990.6400.37
HSL218.62º98.77%31.76%-
HSV(B)218.62º99.38%63.14%-
XYZ7.965.6134.38-
YUV52.7189.1291.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 161 (63.28% from 255) = 73.18%
R=0.45%
G=26.36%
B=73.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581610.990.6400.37218.6298.7731.76
Hex13AA16340025db6320
Octal17224114310004533314340
Binary111101010100001110001110000000100101110110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013AA1; }

 p { color: rgb(1,58,161); }

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

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

 a { background-color: rgb(1,58,161); }

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

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

 span { border-color: rgb(1,58,161); }

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