#122050

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

Shades of Sapphire #122050

Tints of Sapphire #122050

Color information

#122050 (or 0x122050) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 50. RGB value is (18,32,80). Sum of RGB (Red+Green+Blue) = 18+32+80=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #122050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122050 is #EDDFAF. Grayscale: #212121. Windows color (decimal): -15589296 or 5251090. OLE color: 5251090.

HSL color Cylindrical-coordinate representation of color #122050: hue angle of 226.45º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122050 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183280-
CMYK0.780.6000.69
HSL226.45º63.27%19.22%-
HSV(B)226.45º77.5%31.37%-
XYZ2.211.747.81-
YUV33.29154.36117.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=13.85%
G=24.62%
B=61.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1832800.780.6000.69226.4563.2719.22
Hex1220504E3C045e23f13
Octal22401201167401053427723
Binary1001010000010100001001110111100010001011110001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122050; }

 p { color: rgb(18,32,80); }

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

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

 a { background-color: rgb(18,32,80); }

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

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

 span { border-color: rgb(18,32,80); }

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