#122157

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

Shades of Sapphire #122157

Tints of Sapphire #122157

Color information

#122157 (or 0x122157) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 57. RGB value is (18,33,87). Sum of RGB (Red+Green+Blue) = 18+33+87=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #122157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122157 is #EDDEA8. Grayscale: #222222. Windows color (decimal): -15589033 or 5710098. OLE color: 5710098.

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

Color convert

RGB183387-
CMYK0.790.6200.66
HSL226.96º65.71%20.59%-
HSV(B)226.96º79.31%34.12%-
XYZ2.511.99.25-
YUV34.67157.53116.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=13.04%
G=23.91%
B=63.04%

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
Decimal1833870.790.6200.66226.9665.7120.59
Hex1221574F3E042e34215
Octal224112711776010234310225
Binary10010100001101011110011111111100100001011100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122157; }

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

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

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

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

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

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

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

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