#012796

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

Shades of Smalt #012796

Tints of Smalt #012796

Color information

#012796 (or 0x012796) is unknown color: approx Smalt. HEX triplet: 01, 27 and 96. RGB value is (1,39,150). Sum of RGB (Red+Green+Blue) = 1+39+150=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #012796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012796 is #FED869. Grayscale: #272727. Windows color (decimal): -16701546 or 9840385. OLE color: 9840385.

HSL color Cylindrical-coordinate representation of color #012796: hue angle of 224.7º 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 #012796 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB139150-
CMYK0.990.7400.41
HSL224.7º98.68%29.61%-
HSV(B)224.7º99.33%58.82%-
XYZ6.243.6629.23-
YUV40.29189.9199.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 150 (58.98% from 255) = 78.95%
R=0.53%
G=20.53%
B=78.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391500.990.7400.41224.798.6829.61
Hex12796634A029e1631e
Octal14722614311205134114336
Binary11001111001011011000111001010010100111100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012796; }

 p { color: rgb(1,39,150); }

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

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

 a { background-color: rgb(1,39,150); }

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

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

 span { border-color: rgb(1,39,150); }

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