#122B83

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

Shades of Smalt #122B83

Tints of Smalt #122B83

Color information

#122B83 (or 0x122B83) is unknown color: approx Smalt. HEX triplet: 12, 2B and 83. RGB value is (18,43,131). Sum of RGB (Red+Green+Blue) = 18+43+131=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #122B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B83 is #EDD47C. Grayscale: #2D2D2D. Windows color (decimal): -15586429 or 8596242. OLE color: 8596242.

HSL color Cylindrical-coordinate representation of color #122B83: hue angle of 226.73º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122B83 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1843131-
CMYK0.860.6700.49
HSL226.73º75.84%29.22%-
HSV(B)226.73º86.26%51.37%-
XYZ5.213.521.87-
YUV45.56176.22108.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 131 (51.56% from 255) = 68.23%
R=9.38%
G=22.40%
B=68.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18431310.860.6700.49226.7375.8429.22
Hex122B835643031e34c1d
Octal225320312610306134311435
Binary100101010111000001110101101000011011000111100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,43,131); }

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

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

 a { background-color: rgb(18,43,131); }

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

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

 span { border-color: rgb(18,43,131); }

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