#122E90

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

Shades of Smalt #122E90

Tints of Smalt #122E90

Color information

#122E90 (or 0x122E90) is unknown color: approx Smalt. HEX triplet: 12, 2E and 90. RGB value is (18,46,144). Sum of RGB (Red+Green+Blue) = 18+46+144=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #122E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E90 is #EDD16F. Grayscale: #303030. Windows color (decimal): -15585648 or 9448978. OLE color: 9448978.

HSL color Cylindrical-coordinate representation of color #122E90: hue angle of 226.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122E90 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1846144-
CMYK0.880.6800.44
HSL226.67º77.78%31.76%-
HSV(B)226.67º87.5%56.47%-
XYZ6.264.126.85-
YUV48.8181.72106.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 144 (56.64% from 255) = 69.23%
R=8.65%
G=22.12%
B=69.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18461440.880.6800.44226.6777.7831.76
Hex122E90584402Ce34e20
Octal225622013010405434311640
Binary1001010111010010000101100010001000101100111000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122E90; }

 p { color: rgb(18,46,144); }

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

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

 a { background-color: rgb(18,46,144); }

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

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

 span { border-color: rgb(18,46,144); }

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