#012794

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

Shades of Smalt #012794

Tints of Smalt #012794

Color information

#012794 (or 0x012794) is unknown color: approx Smalt. HEX triplet: 01, 27 and 94. RGB value is (1,39,148). Sum of RGB (Red+Green+Blue) = 1+39+148=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #012794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012794 is #FED86B. Grayscale: #272727. Windows color (decimal): -16701548 or 9709313. OLE color: 9709313.

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

Color convert

RGB139148-
CMYK0.990.7400.42
HSL224.49º98.66%29.22%-
HSV(B)224.49º99.32%58.04%-
XYZ6.083.628.39-
YUV40.06188.91100.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 148 (58.20% from 255) = 78.72%
R=0.53%
G=20.74%
B=78.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391480.990.7400.42224.4998.6629.22
Hex12794634A02Ae0631d
Octal14722414311205234014335
Binary11001111001010011000111001010010101011100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012794; }

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

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

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

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

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

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

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

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