#122156

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

Shades of Sapphire #122156

Tints of Sapphire #122156

Color information

#122156 (or 0x122156) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 56. RGB value is (18,33,86). Sum of RGB (Red+Green+Blue) = 18+33+86=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #122156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122156 is #EDDEA9. Grayscale: #222222. Windows color (decimal): -15589034 or 5644562. OLE color: 5644562.

HSL color Cylindrical-coordinate representation of color #122156: hue angle of 226.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122156 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB183386-
CMYK0.790.6200.66
HSL226.76º65.38%20.39%-
HSV(B)226.76º79.07%33.73%-
XYZ2.471.899.04-
YUV34.56157.03116.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 86 (33.98% from 255) = 62.77%
R=13.14%
G=24.09%
B=62.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1833860.790.6200.66226.7665.3820.39
Hex1221564F3E042e34114
Octal224112611776010234310124
Binary10010100001101011010011111111100100001011100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122156; }

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

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

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

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

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

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

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

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