#012C80

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

Shades of Smalt #012C80

Tints of Smalt #012C80

Color information

#012C80 (or 0x012C80) is unknown color: approx Smalt. HEX triplet: 01, 2C and 80. RGB value is (1,44,128). Sum of RGB (Red+Green+Blue) = 1+44+128=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #012C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C80 is #FED37F. Grayscale: #282828. Windows color (decimal): -16700288 or 8399873. OLE color: 8399873.

HSL color Cylindrical-coordinate representation of color #012C80: hue angle of 219.69º 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 #012C80 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB144128-
CMYK0.990.6600.50
HSL219.69º98.45%25.29%-
HSV(B)219.69º99.22%50.2%-
XYZ4.813.3720.82-
YUV40.72177.2599.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=0.58%
G=25.43%
B=73.99%

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
Decimal1441280.990.6600.50219.6998.4525.29
Hex12C806342032dc6219
Octal15420014310206233414231
Binary11011001000000011000111000010011001011011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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