#013BA1

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

Shades of Smalt #013BA1

Tints of Smalt #013BA1

Color information

#013BA1 (or 0x013BA1) is unknown color: approx Smalt. HEX triplet: 01, 3B and A1. RGB value is (1,59,161). Sum of RGB (Red+Green+Blue) = 1+59+161=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #013BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BA1 is #FEC45E. Grayscale: #343434. Windows color (decimal): -16696415 or 10566401. OLE color: 10566401.

HSL color Cylindrical-coordinate representation of color #013BA1: hue angle of 218.25º 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 #013BA1 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB159161-
CMYK0.990.6300.37
HSL218.25º98.77%31.76%-
HSV(B)218.25º99.38%63.14%-
XYZ8.015.7134.4-
YUV53.29188.7890.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 161 (63.28% from 255) = 72.85%
R=0.45%
G=26.70%
B=72.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591610.990.6300.37218.2598.7731.76
Hex13BA1633F025da6320
Octal1732411437704533214340
Binary11110111010000111000111111110100101110110101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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