#122E88

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

Shades of Smalt #122E88

Tints of Smalt #122E88

Color information

#122E88 (or 0x122E88) is unknown color: approx Smalt. HEX triplet: 12, 2E and 88. RGB value is (18,46,136). Sum of RGB (Red+Green+Blue) = 18+46+136=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #122E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E88 is #EDD177. Grayscale: #2F2F2F. Windows color (decimal): -15585656 or 8924690. OLE color: 8924690.

HSL color Cylindrical-coordinate representation of color #122E88: hue angle of 225.76º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122E88 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1846136-
CMYK0.870.6600.47
HSL225.76º76.62%30.2%-
HSV(B)225.76º86.76%53.33%-
XYZ5.673.8623.74-
YUV47.89177.72106.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 136 (53.52% from 255) = 68%
R=9%
G=23%
B=68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18461360.870.6600.47225.7676.6230.2
Hex122E88574202Fe24d1e
Octal225621012710205734211536
Binary100101011101000100010101111000010010111111100010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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