#122759

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

Shades of Sapphire #122759

Tints of Sapphire #122759

Color information

#122759 (or 0x122759) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 59. RGB value is (18,39,89). Sum of RGB (Red+Green+Blue) = 18+39+89=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #122759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122759 is #EDD8A6. Grayscale: #262626. Windows color (decimal): -15587495 or 5842706. OLE color: 5842706.

HSL color Cylindrical-coordinate representation of color #122759: hue angle of 222.25º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122759 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183989-
CMYK0.800.5600.65
HSL222.25º66.36%20.98%-
HSV(B)222.25º79.78%34.9%-
XYZ2.782.39.75-
YUV38.42156.54113.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 89 (35.16% from 255) = 60.96%
R=12.33%
G=26.71%
B=60.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1839890.800.5600.65222.2566.3620.98
Hex1227595038041de4215
Octal224713112070010133610225
Binary10010100111101100110100001110000100000111011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122759; }

 p { color: rgb(18,39,89); }

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

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

 a { background-color: rgb(18,39,89); }

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

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

 span { border-color: rgb(18,39,89); }

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