#013691

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

Shades of Smalt #013691

Tints of Smalt #013691

Color information

#013691 (or 0x013691) is unknown color: approx Smalt. HEX triplet: 01, 36 and 91. RGB value is (1,54,145). Sum of RGB (Red+Green+Blue) = 1+54+145=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #013691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013691 is #FEC96E. Grayscale: #303030. Windows color (decimal): -16697711 or 9516545. OLE color: 9516545.

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

Color convert

RGB154145-
CMYK0.990.6300.43
HSL217.92º98.63%28.63%-
HSV(B)217.92º99.31%56.86%-
XYZ6.444.6927.35-
YUV48.53182.4494.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 145 (57.03% from 255) = 72.5%
R=0.5%
G=27%
B=72.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1541450.990.6300.43217.9298.6328.63
Hex13691633F02Bda631d
Octal1662211437705333214335
Binary1110110100100011100011111111010101111011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013691; }

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

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

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

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

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

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

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

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