#013395

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

Shades of Smalt #013395

Tints of Smalt #013395

Color information

#013395 (or 0x013395) is unknown color: approx Smalt. HEX triplet: 01, 33 and 95. RGB value is (1,51,149). Sum of RGB (Red+Green+Blue) = 1+51+149=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #013395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013395 is #FECC6A. Grayscale: #2E2E2E. Windows color (decimal): -16698475 or 9777921. OLE color: 9777921.

HSL color Cylindrical-coordinate representation of color #013395: hue angle of 219.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013395 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB151149-
CMYK0.990.6600.42
HSL219.73º98.67%29.41%-
HSV(B)219.73º99.33%58.43%-
XYZ6.624.5428.96-
YUV47.22185.4495.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 149 (58.59% from 255) = 74.13%
R=0.50%
G=25.37%
B=74.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1511490.990.6600.42219.7398.6729.41
Hex13395634202Adc631d
Octal16322514310205233414335
Binary11100111001010111000111000010010101011011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013395; }

 p { color: rgb(1,51,149); }

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

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

 a { background-color: rgb(1,51,149); }

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

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

 span { border-color: rgb(1,51,149); }

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