#001D87

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

Shades of Smalt #001D87

Tints of Smalt #001D87

Color information

#001D87 (or 0x001D87) is unknown color: approx Smalt. HEX triplet: 00, 1D and 87. RGB value is (0,29,135). Sum of RGB (Red+Green+Blue) = 0+29+135=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 29 (11.72% from 255 or 17.68% 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 #001D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D87 is #FFE278. Grayscale: #1F1F1F. Windows color (decimal): -16769657 or 8854784. OLE color: 8854784.

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

Color convert

RGB029135-
CMYK10.7900.47
HSL227.11º100%26.47%-
HSV(B)227.11º100%52.94%-
XYZ4.812.6323.18-
YUV32.41185.89104.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 135 (53.12% from 255) = 82.32%
R=0%
G=17.68%
B=82.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02913510.7900.47227.1110026.47
Hex01D87644F02Fe3641a
Octal03520714411705734314432
Binary0111011000011111001001001111010111111100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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