#122557

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

Shades of Sapphire #122557

Tints of Sapphire #122557

Color information

#122557 (or 0x122557) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 57. RGB value is (18,37,87). Sum of RGB (Red+Green+Blue) = 18+37+87=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #122557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122557 is #EDDAA8. Grayscale: #242424. Windows color (decimal): -15588009 or 5711122. OLE color: 5711122.

HSL color Cylindrical-coordinate representation of color #122557: hue angle of 223.48º 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 #122557 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB183787-
CMYK0.790.5700.66
HSL223.48º65.71%20.59%-
HSV(B)223.48º79.31%34.12%-
XYZ2.632.149.29-
YUV37.02156.21114.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 87 (34.38% from 255) = 61.27%
R=12.68%
G=26.06%
B=61.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1837870.790.5700.66223.4865.7120.59
Hex1225574F39042df4215
Octal224512711771010233710225
Binary10010100101101011110011111110010100001011011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122557; }

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

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

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

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

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

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

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

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