#012B87

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

Shades of Smalt #012B87

Tints of Smalt #012B87

Color information

#012B87 (or 0x012B87) is unknown color: approx Smalt. HEX triplet: 01, 2B and 87. RGB value is (1,43,135). Sum of RGB (Red+Green+Blue) = 1+43+135=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #012B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B87 is #FED478. Grayscale: #282828. Windows color (decimal): -16700537 or 8858369. OLE color: 8858369.

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

Color convert

RGB143135-
CMYK0.990.6800.47
HSL221.19º98.53%26.67%-
HSV(B)221.19º99.26%52.94%-
XYZ5.253.4823.32-
YUV40.93181.0999.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 135 (53.12% from 255) = 75.42%
R=0.56%
G=24.02%
B=75.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1431350.990.6800.47221.1998.5326.67
Hex12B87634402Fdd631b
Octal15320714310405733514333
Binary11010111000011111000111000100010111111011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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