#012E97

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

Shades of Smalt #012E97

Tints of Smalt #012E97

Color information

#012E97 (or 0x012E97) is unknown color: approx Smalt. HEX triplet: 01, 2E and 97. RGB value is (1,46,151). Sum of RGB (Red+Green+Blue) = 1+46+151=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #012E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E97 is #FED168. Grayscale: #2C2C2C. Windows color (decimal): -16699753 or 9907713. OLE color: 9907713.

HSL color Cylindrical-coordinate representation of color #012E97: hue angle of 222º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E97 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB146151-
CMYK0.990.7000.41
HSL222º98.68%29.8%-
HSV(B)222º99.34%59.22%-
XYZ6.584.1929.74-
YUV44.52188.0996.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 151 (59.38% from 255) = 76.26%
R=0.51%
G=23.23%
B=76.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461510.990.7000.4122298.6829.8
Hex12E976346029de631e
Octal15622714310605133614336
Binary11011101001011111000111000110010100111011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012E97; }

 p { color: rgb(1,46,151); }

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

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

 a { background-color: rgb(1,46,151); }

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

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

 span { border-color: rgb(1,46,151); }

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