#013189

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

Shades of Smalt #013189

Tints of Smalt #013189

Color information

#013189 (or 0x013189) is unknown color: approx Smalt. HEX triplet: 01, 31 and 89. RGB value is (1,49,137). Sum of RGB (Red+Green+Blue) = 1+49+137=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #013189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013189 is #FECE76. Grayscale: #2C2C2C. Windows color (decimal): -16698999 or 8990977. OLE color: 8990977.

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

Color convert

RGB149137-
CMYK0.990.6400.46
HSL218.82º98.55%27.06%-
HSV(B)218.82º99.27%53.73%-
XYZ5.634.0124.14-
YUV44.68180.196.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 137 (53.91% from 255) = 73.26%
R=0.53%
G=26.20%
B=73.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1491370.990.6400.46218.8298.5527.06
Hex13189634002Edb631b
Octal16121114310005633314333
Binary11100011000100111000111000000010111011011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013189; }

 p { color: rgb(1,49,137); }

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

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

 a { background-color: rgb(1,49,137); }

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

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

 span { border-color: rgb(1,49,137); }

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