#122250

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

Shades of Sapphire #122250

Tints of Sapphire #122250

Color information

#122250 (or 0x122250) is unknown color: approx Sapphire. HEX triplet: 12, 22 and 50. RGB value is (18,34,80). Sum of RGB (Red+Green+Blue) = 18+34+80=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #122250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122250 is #EDDDAF. Grayscale: #222222. Windows color (decimal): -15588784 or 5251602. OLE color: 5251602.

HSL color Cylindrical-coordinate representation of color #122250: hue angle of 224.52º 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 #122250 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183480-
CMYK0.780.5800.69
HSL224.52º63.27%19.22%-
HSV(B)224.52º77.5%31.37%-
XYZ2.271.857.83-
YUV34.46153.7116.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 80 (31.64% from 255) = 60.61%
R=13.64%
G=25.76%
B=60.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1834800.780.5800.69224.5263.2719.22
Hex1222504E3A045e13f13
Octal22421201167201053417723
Binary1001010001010100001001110111010010001011110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122250; }

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

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

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

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

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

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

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

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