#122160

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

Shades of Sapphire #122160

Tints of Sapphire #122160

Color information

#122160 (or 0x122160) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 60. RGB value is (18,33,96). Sum of RGB (Red+Green+Blue) = 18+33+96=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #122160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122160 is #EDDE9F. Grayscale: #232323. Windows color (decimal): -15589024 or 6299922. OLE color: 6299922.

HSL color Cylindrical-coordinate representation of color #122160: hue angle of 228.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122160 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB183396-
CMYK0.810.6600.62
HSL228.46º68.42%22.35%-
HSV(B)228.46º81.25%37.65%-
XYZ2.92.0611.31-
YUV35.7162.03115.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=12.24%
G=22.45%
B=65.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1833960.810.6600.62228.4668.4222.35
Hex122160514203Ee44416
Octal224114012110207634410426
Binary10010100001110000010100011000010011111011100100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122160; }

 p { color: rgb(18,33,96); }

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

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

 a { background-color: rgb(18,33,96); }

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

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

 span { border-color: rgb(18,33,96); }

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