#012589

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

Shades of Smalt #012589

Tints of Smalt #012589

Color information

#012589 (or 0x012589) is unknown color: approx Smalt. HEX triplet: 01, 25 and 89. RGB value is (1,37,137). Sum of RGB (Red+Green+Blue) = 1+37+137=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #012589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012589 is #FEDA76. Grayscale: #252525. Windows color (decimal): -16702071 or 8987905. OLE color: 8987905.

HSL color Cylindrical-coordinate representation of color #012589: hue angle of 224.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012589 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB137137-
CMYK0.990.7300.46
HSL224.12º98.55%27.06%-
HSV(B)224.12º99.27%53.73%-
XYZ5.193.1424-
YUV37.64184.07101.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 137 (53.91% from 255) = 78.29%
R=0.57%
G=21.14%
B=78.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371370.990.7300.46224.1298.5527.06
Hex12589634902Ee0631b
Octal14521114311105634014333
Binary11001011000100111000111001001010111011100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012589; }

 p { color: rgb(1,37,137); }

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

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

 a { background-color: rgb(1,37,137); }

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

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

 span { border-color: rgb(1,37,137); }

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