#013E9E

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

Shades of Smalt #013E9E

Tints of Smalt #013E9E

Color information

#013E9E (or 0x013E9E) is unknown color: approx Smalt. HEX triplet: 01, 3E and 9E. RGB value is (1,62,158). Sum of RGB (Red+Green+Blue) = 1+62+158=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #013E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013E9E is #FEC161. Grayscale: #363636. Windows color (decimal): -16695650 or 10370561. OLE color: 10370561.

HSL color Cylindrical-coordinate representation of color #013E9E: hue angle of 216.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E9E is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB162158-
CMYK0.990.6100.38
HSL216.69º98.74%31.18%-
HSV(B)216.69º99.37%61.96%-
XYZ7.915.9233.07-
YUV54.7186.2989.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=0.45%
G=28.05%
B=71.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1621580.990.6100.38216.6998.7431.18
Hex13E9E633D026d9631f
Octal1762361437504633114337
Binary1111110100111101100011111101010011011011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013E9E; }

 p { color: rgb(1,62,158); }

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

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

 a { background-color: rgb(1,62,158); }

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

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

 span { border-color: rgb(1,62,158); }

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