#013690

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

Shades of Smalt #013690

Tints of Smalt #013690

Color information

#013690 (or 0x013690) is unknown color: approx Smalt. HEX triplet: 01, 36 and 90. RGB value is (1,54,144). Sum of RGB (Red+Green+Blue) = 1+54+144=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #013690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013690 is #FEC96F. Grayscale: #303030. Windows color (decimal): -16697712 or 9451009. OLE color: 9451009.

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

Color convert

RGB154144-
CMYK0.990.6300.44
HSL217.76º98.62%28.43%-
HSV(B)217.76º99.31%56.47%-
XYZ6.374.6626.95-
YUV48.41181.9494.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 144 (56.64% from 255) = 72.36%
R=0.50%
G=27.14%
B=72.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1541440.990.6300.44217.7698.6228.43
Hex13690633F02Cda631c
Octal1662201437705433214334
Binary1110110100100001100011111111010110011011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013690; }

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

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

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

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

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

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

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

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