#012594

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

Shades of Smalt #012594

Tints of Smalt #012594

Color information

#012594 (or 0x012594) is unknown color: approx Smalt. HEX triplet: 01, 25 and 94. RGB value is (1,37,148). Sum of RGB (Red+Green+Blue) = 1+37+148=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #012594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012594 is #FEDA6B. Grayscale: #262626. Windows color (decimal): -16702060 or 9708801. OLE color: 9708801.

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

Color convert

RGB137148-
CMYK0.990.7500.42
HSL225.31º98.66%29.22%-
HSV(B)225.31º99.32%58.04%-
XYZ6.023.4728.37-
YUV38.89189.57100.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 148 (58.20% from 255) = 79.57%
R=0.54%
G=19.89%
B=79.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371480.990.7500.42225.3198.6629.22
Hex12594634B02Ae1631d
Octal14522414311305234114335
Binary11001011001010011000111001011010101011100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012594; }

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

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

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

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

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

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

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

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