#012E9C

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

Shades of Smalt #012E9C

Tints of Smalt #012E9C

Color information

#012E9C (or 0x012E9C) is unknown color: approx Smalt. HEX triplet: 01, 2E and 9C. RGB value is (1,46,156). Sum of RGB (Red+Green+Blue) = 1+46+156=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #012E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E9C is #FED163. Grayscale: #2C2C2C. Windows color (decimal): -16699748 or 10235393. OLE color: 10235393.

HSL color Cylindrical-coordinate representation of color #012E9C: hue angle of 222.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E9C is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146156-
CMYK0.990.7100.39
HSL222.58º98.73%30.78%-
HSV(B)222.58º99.36%61.18%-
XYZ6.994.3631.93-
YUV45.08190.5996.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=0.49%
G=22.66%
B=76.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461560.990.7100.39222.5898.7330.78
Hex12E9C6347027df631f
Octal15623414310704733714337
Binary11011101001110011000111000111010011111011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012E9C; }

 p { color: rgb(1,46,156); }

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

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

 a { background-color: rgb(1,46,156); }

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

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

 span { border-color: rgb(1,46,156); }

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