#012499

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

Shades of Smalt #012499

Tints of Smalt #012499

Color information

#012499 (or 0x012499) is unknown color: approx Smalt. HEX triplet: 01, 24 and 99. RGB value is (1,36,153). Sum of RGB (Red+Green+Blue) = 1+36+153=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #012499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012499 is #FEDB66. Grayscale: #262626. Windows color (decimal): -16702311 or 10036225. OLE color: 10036225.

HSL color Cylindrical-coordinate representation of color #012499: hue angle of 226.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012499 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB136153-
CMYK0.990.7600.4
HSL226.18º98.7%30.2%-
HSV(B)226.18º99.35%60%-
XYZ6.393.5730.49-
YUV38.87192.4100.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 153 (60.16% from 255) = 80.53%
R=0.53%
G=18.95%
B=80.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361530.990.7600.4226.1898.730.2
Hex12499634C028e2631e
Octal14423114311405034214336
Binary11001001001100111000111001100010100011100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012499; }

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

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

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

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

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

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

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

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