#013791

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

Shades of Smalt #013791

Tints of Smalt #013791

Color information

#013791 (or 0x013791) is unknown color: approx Smalt. HEX triplet: 01, 37 and 91. RGB value is (1,55,145). Sum of RGB (Red+Green+Blue) = 1+55+145=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #013791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013791 is #FEC86E. Grayscale: #303030. Windows color (decimal): -16697455 or 9516801. OLE color: 9516801.

HSL color Cylindrical-coordinate representation of color #013791: hue angle of 217.5º 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 #013791 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB155145-
CMYK0.990.6200.43
HSL217.5º98.63%28.63%-
HSV(B)217.5º99.31%56.86%-
XYZ6.494.7827.37-
YUV49.11182.1193.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 145 (57.03% from 255) = 72.14%
R=0.50%
G=27.36%
B=72.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1551450.990.6200.43217.598.6328.63
Hex13791633E02Bda631d
Octal1672211437605333214335
Binary1110111100100011100011111110010101111011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013791; }

 p { color: rgb(1,55,145); }

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

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

 a { background-color: rgb(1,55,145); }

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

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

 span { border-color: rgb(1,55,145); }

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