#012E92

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

Shades of Smalt #012E92

Tints of Smalt #012E92

Color information

#012E92 (or 0x012E92) is unknown color: approx Smalt. HEX triplet: 01, 2E and 92. RGB value is (1,46,146). Sum of RGB (Red+Green+Blue) = 1+46+146=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #012E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E92 is #FED16D. Grayscale: #2B2B2B. Windows color (decimal): -16699758 or 9580033. OLE color: 9580033.

HSL color Cylindrical-coordinate representation of color #012E92: hue angle of 221.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E92 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB146146-
CMYK0.990.6800.43
HSL221.38º98.64%28.82%-
HSV(B)221.38º99.32%57.25%-
XYZ6.184.0427.65-
YUV43.94185.5997.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=0.52%
G=23.83%
B=75.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461460.990.6800.43221.3898.6428.82
Hex12E92634402Bdd631d
Octal15622214310405333514335
Binary11011101001001011000111000100010101111011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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