#001C87

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

Shades of Smalt #001C87

Tints of Smalt #001C87

Color information

#001C87 (or 0x001C87) is unknown color: approx Smalt. HEX triplet: 00, 1C and 87. RGB value is (0,28,135). Sum of RGB (Red+Green+Blue) = 0+28+135=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #001C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C87 is #FFE378. Grayscale: #1F1F1F. Windows color (decimal): -16769913 or 8854528. OLE color: 8854528.

HSL color Cylindrical-coordinate representation of color #001C87: hue angle of 227.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C87 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB028135-
CMYK10.7900.47
HSL227.56º100%26.47%-
HSV(B)227.56º100%52.94%-
XYZ4.792.5823.17-
YUV31.83186.22105.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 135 (53.12% from 255) = 82.82%
R=0%
G=17.18%
B=82.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02813510.7900.47227.5610026.47
Hex01C87644F02Fe4641a
Octal03420714411705734414432
Binary0111001000011111001001001111010111111100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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