#013489

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

Shades of Smalt #013489

Tints of Smalt #013489

Color information

#013489 (or 0x013489) is unknown color: approx Smalt. HEX triplet: 01, 34 and 89. RGB value is (1,52,137). Sum of RGB (Red+Green+Blue) = 1+52+137=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #013489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013489 is #FECB76. Grayscale: #2E2E2E. Windows color (decimal): -16698231 or 8991745. OLE color: 8991745.

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

Color convert

RGB152137-
CMYK0.990.6200.46
HSL217.5º98.55%27.06%-
HSV(B)217.5º99.27%53.73%-
XYZ5.764.2724.19-
YUV46.44179.195.59-

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.37%
BLUE value IS 137 (53.91% from 255) = 72.11%
R=0.53%
G=27.37%
B=72.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1521370.990.6200.46217.598.5527.06
Hex13489633E02Eda631b
Octal1642111437605633214333
Binary1110100100010011100011111110010111011011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013489; }

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

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

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

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

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

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

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

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