#012494

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

Shades of Smalt #012494

Tints of Smalt #012494

Color information

#012494 (or 0x012494) is unknown color: approx Smalt. HEX triplet: 01, 24 and 94. RGB value is (1,36,148). Sum of RGB (Red+Green+Blue) = 1+36+148=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #012494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012494 is #FEDB6B. Grayscale: #252525. Windows color (decimal): -16702316 or 9708545. OLE color: 9708545.

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

Color convert

RGB136148-
CMYK0.990.7600.42
HSL225.71º98.66%29.22%-
HSV(B)225.71º99.32%58.04%-
XYZ5.993.4128.36-
YUV38.3189.9101.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 148 (58.20% from 255) = 80%
R=0.54%
G=19.46%
B=80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361480.990.7600.42225.7198.6629.22
Hex12494634C02Ae2631d
Octal14422414311405234214335
Binary11001001001010011000111001100010101011100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012494; }

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

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

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

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

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

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

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

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