#013699

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

Shades of Smalt #013699

Tints of Smalt #013699

Color information

#013699 (or 0x013699) is unknown color: approx Smalt. HEX triplet: 01, 36 and 99. RGB value is (1,54,153). Sum of RGB (Red+Green+Blue) = 1+54+153=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #013699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013699 is #FEC966. Grayscale: #303030. Windows color (decimal): -16697703 or 10040833. OLE color: 10040833.

HSL color Cylindrical-coordinate representation of color #013699: hue angle of 219.08º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013699 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB154153-
CMYK0.990.6500.4
HSL219.08º98.7%30.2%-
HSV(B)219.08º99.35%60%-
XYZ7.084.9430.72-
YUV49.44186.4493.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 153 (60.16% from 255) = 73.56%
R=0.48%
G=25.96%
B=73.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1541530.990.6500.4219.0898.730.2
Hex136996341028db631e
Octal16623114310105033314336
Binary11101101001100111000111000001010100011011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013699; }

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

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

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

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

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

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

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

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