#012B8E

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

Shades of Smalt #012B8E

Tints of Smalt #012B8E

Color information

#012B8E (or 0x012B8E) is unknown color: approx Smalt. HEX triplet: 01, 2B and 8E. RGB value is (1,43,142). Sum of RGB (Red+Green+Blue) = 1+43+142=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 142 (55.86% from 255 or 76.34% from 186); Max value from RGB is 142 - color contains mainly: blue. Hex color #012B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B8E is #FED471. Grayscale: #292929. Windows color (decimal): -16700530 or 9317121. OLE color: 9317121.

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

Color convert

RGB143142-
CMYK0.990.7000.44
HSL222.13º98.6%28.04%-
HSV(B)222.13º99.3%55.69%-
XYZ5.763.6926-
YUV41.73184.5998.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 142 (55.86% from 255) = 76.34%
R=0.54%
G=23.12%
B=76.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431420.990.7000.44222.1398.628.04
Hex12B8E634602Cde631c
Octal15321614310605433614334
Binary11010111000111011000111000110010110011011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,43,142); }

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

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

 a { background-color: rgb(1,43,142); }

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

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

 span { border-color: rgb(1,43,142); }

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