#013890

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

Shades of Smalt #013890

Tints of Smalt #013890

Color information

#013890 (or 0x013890) is unknown color: approx Smalt. HEX triplet: 01, 38 and 90. RGB value is (1,56,144). Sum of RGB (Red+Green+Blue) = 1+56+144=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #013890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013890 is #FEC76F. Grayscale: #313131. Windows color (decimal): -16697200 or 9451521. OLE color: 9451521.

HSL color Cylindrical-coordinate representation of color #013890: hue angle of 216.92º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013890 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB156144-
CMYK0.990.6100.44
HSL216.92º98.62%28.43%-
HSV(B)216.92º99.31%56.47%-
XYZ6.464.8526.98-
YUV49.59181.2893.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 144 (56.64% from 255) = 71.64%
R=0.50%
G=27.86%
B=71.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1561440.990.6100.44216.9298.6228.43
Hex13890633D02Cd9631c
Octal1702201437505433114334
Binary1111000100100001100011111101010110011011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013890; }

 p { color: rgb(1,56,144); }

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

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

 a { background-color: rgb(1,56,144); }

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

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

 span { border-color: rgb(1,56,144); }

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