#012490

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

Shades of Smalt #012490

Tints of Smalt #012490

Color information

#012490 (or 0x012490) is unknown color: approx Smalt. HEX triplet: 01, 24 and 90. RGB value is (1,36,144). Sum of RGB (Red+Green+Blue) = 1+36+144=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #012490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012490 is #FEDB6F. Grayscale: #252525. Windows color (decimal): -16702320 or 9446401. OLE color: 9446401.

HSL color Cylindrical-coordinate representation of color #012490: hue angle of 225.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012490 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136144-
CMYK0.990.7500.44
HSL225.31º98.62%28.43%-
HSV(B)225.31º99.31%56.47%-
XYZ5.683.2826.72-
YUV37.85187.9101.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 144 (56.64% from 255) = 79.56%
R=0.55%
G=19.89%
B=79.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361440.990.7500.44225.3198.6228.43
Hex12490634B02Ce1631c
Octal14422014311305434114334
Binary11001001001000011000111001011010110011100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012490; }

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

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

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

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

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

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

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

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