#011C87

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

Shades of Smalt #011C87

Tints of Smalt #011C87

Color information

#011C87 (or 0x011C87) is unknown color: approx Smalt. HEX triplet: 01, 1C and 87. RGB value is (1,28,135). Sum of RGB (Red+Green+Blue) = 1+28+135=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 135 (53.12% from 255 or 82.32% from 164); Max value from RGB is 135 - color contains mainly: blue. Hex color #011C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C87 is #FEE378. Grayscale: #1F1F1F. Windows color (decimal): -16704377 or 8854529. OLE color: 8854529.

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

Color convert

RGB128135-
CMYK0.990.7900.47
HSL227.91º98.53%26.67%-
HSV(B)227.91º99.26%52.94%-
XYZ4.82.5923.17-
YUV32.12186.05105.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 135 (53.12% from 255) = 82.32%
R=0.61%
G=17.07%
B=82.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281350.990.7900.47227.9198.5326.67
Hex11C87634F02Fe4631b
Octal13420714311705734414333
Binary1111001000011111000111001111010111111100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C87; }

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

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

<style>
 a { background-color: #011C87; }

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

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

<style>
 span { border-color: #011C87; }

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

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