#012B80

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

Shades of Smalt #012B80

Tints of Smalt #012B80

Color information

#012B80 (or 0x012B80) is unknown color: approx Smalt. HEX triplet: 01, 2B and 80. RGB value is (1,43,128). Sum of RGB (Red+Green+Blue) = 1+43+128=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #012B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B80 is #FED47F. Grayscale: #272727. Windows color (decimal): -16700544 or 8399617. OLE color: 8399617.

HSL color Cylindrical-coordinate representation of color #012B80: hue angle of 220.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B80 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB143128-
CMYK0.990.6600.50
HSL220.16º98.45%25.29%-
HSV(B)220.16º99.22%50.2%-
XYZ4.773.2920.81-
YUV40.13177.59100.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 128 (50.39% from 255) = 74.42%
R=0.58%
G=25%
B=74.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1431280.990.6600.50220.1698.4525.29
Hex12B806342032dc6219
Octal15320014310206233414231
Binary11010111000000011000111000010011001011011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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