#012696

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

Shades of Smalt #012696

Tints of Smalt #012696

Color information

#012696 (or 0x012696) is unknown color: approx Smalt. HEX triplet: 01, 26 and 96. RGB value is (1,38,150). Sum of RGB (Red+Green+Blue) = 1+38+150=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #012696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012696 is #FED969. Grayscale: #272727. Windows color (decimal): -16701802 or 9840129. OLE color: 9840129.

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

Color convert

RGB138150-
CMYK0.990.7500.41
HSL225.1º98.68%29.61%-
HSV(B)225.1º99.33%58.82%-
XYZ6.213.5929.22-
YUV39.7190.24100.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 150 (58.98% from 255) = 79.37%
R=0.53%
G=20.11%
B=79.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381500.990.7500.41225.198.6829.61
Hex12696634B029e1631e
Octal14622614311305134114336
Binary11001101001011011000111001011010100111100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012696; }

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

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

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

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

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

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

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

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