#012487

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

Shades of Smalt #012487

Tints of Smalt #012487

Color information

#012487 (or 0x012487) is unknown color: approx Smalt. HEX triplet: 01, 24 and 87. RGB value is (1,36,135). Sum of RGB (Red+Green+Blue) = 1+36+135=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #012487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012487 is #FEDB78. Grayscale: #242424. Windows color (decimal): -16702329 or 8856577. OLE color: 8856577.

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

Color convert

RGB136135-
CMYK0.990.7300.47
HSL224.33º98.53%26.67%-
HSV(B)224.33º99.26%52.94%-
XYZ5.023.0223.24-
YUV36.82183.4102.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 135 (53.12% from 255) = 78.49%
R=0.58%
G=20.93%
B=78.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361350.990.7300.47224.3398.5326.67
Hex12487634902Fe0631b
Octal14420714311105734014333
Binary11001001000011111000111001001010111111100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012487; }

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

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

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

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

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

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

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

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