#122A87

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

Shades of Smalt #122A87

Tints of Smalt #122A87

Color information

#122A87 (or 0x122A87) is unknown color: approx Smalt. HEX triplet: 12, 2A and 87. RGB value is (18,42,135). Sum of RGB (Red+Green+Blue) = 18+42+135=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #122A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122A87 is #EDD578. Grayscale: #2D2D2D. Windows color (decimal): -15586681 or 8858130. OLE color: 8858130.

HSL color Cylindrical-coordinate representation of color #122A87: hue angle of 227.69º degrees, saturation: 0.76, 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 #122A87 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1842135-
CMYK0.870.6900.47
HSL227.69º76.47%30%-
HSV(B)227.69º86.67%52.94%-
XYZ5.453.5323.32-
YUV45.43178.55108.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=9.23%
G=21.54%
B=69.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18421350.870.6900.47227.6976.4730
Hex122A87574502Fe44c1e
Octal225220712710505734411436
Binary100101010101000011110101111000101010111111100100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,42,135); }

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

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

 a { background-color: rgb(18,42,135); }

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

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

 span { border-color: rgb(18,42,135); }

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