#012A87

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

Shades of Smalt #012A87

Tints of Smalt #012A87

Color information

#012A87 (or 0x012A87) is unknown color: approx Smalt. HEX triplet: 01, 2A and 87. RGB value is (1,42,135). Sum of RGB (Red+Green+Blue) = 1+42+135=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #012A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012A87 is #FED578. Grayscale: #272727. Windows color (decimal): -16700793 or 8858113. OLE color: 8858113.

HSL color Cylindrical-coordinate representation of color #012A87: hue angle of 221.64º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A87 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB142135-
CMYK0.990.6900.47
HSL221.64º98.53%26.67%-
HSV(B)221.64º99.26%52.94%-
XYZ5.213.4123.31-
YUV40.34181.4299.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 135 (53.12% from 255) = 75.84%
R=0.56%
G=23.60%
B=75.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1421350.990.6900.47221.6498.5326.67
Hex12A87634502Fde631b
Octal15220714310505733614333
Binary11010101000011111000111000101010111111011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,42,135); }

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

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

 a { background-color: rgb(1,42,135); }

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

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

 span { border-color: rgb(1,42,135); }

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