#013487

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

Shades of Smalt #013487

Tints of Smalt #013487

Color information

#013487 (or 0x013487) is unknown color: approx Smalt. HEX triplet: 01, 34 and 87. RGB value is (1,52,135). Sum of RGB (Red+Green+Blue) = 1+52+135=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #013487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013487 is #FECB78. Grayscale: #2D2D2D. Windows color (decimal): -16698233 or 8860673. OLE color: 8860673.

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

Color convert

RGB152135-
CMYK0.990.6100.47
HSL217.16º98.53%26.67%-
HSV(B)217.16º99.26%52.94%-
XYZ5.614.2123.44-
YUV46.21178.195.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=0.53%
G=27.66%
B=71.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1521350.990.6100.47217.1698.5326.67
Hex13487633D02Fd9631b
Octal1642071437505733114333
Binary1110100100001111100011111101010111111011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013487; }

 p { color: rgb(1,52,135); }

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

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

 a { background-color: rgb(1,52,135); }

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

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

 span { border-color: rgb(1,52,135); }

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