#122D59

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

Shades of Sapphire #122D59

Tints of Sapphire #122D59

Color information

#122D59 (or 0x122D59) is unknown color: approx Sapphire. HEX triplet: 12, 2D and 59. RGB value is (18,45,89). Sum of RGB (Red+Green+Blue) = 18+45+89=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #122D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D59 is #EDD2A6. Grayscale: #292929. Windows color (decimal): -15585959 or 5844242. OLE color: 5844242.

HSL color Cylindrical-coordinate representation of color #122D59: hue angle of 217.18º 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 #122D59 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB184589-
CMYK0.800.4900.65
HSL217.18º66.36%20.98%-
HSV(B)217.18º79.78%34.9%-
XYZ2.992.739.82-
YUV41.94154.55110.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 45 (17.97% from 255) = 29.61%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=11.84%
G=29.61%
B=58.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1845890.800.4900.65217.1866.3620.98
Hex122D595031041d94215
Octal225513112061010133110225
Binary10010101101101100110100001100010100000111011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122D59; }

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

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

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

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

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

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

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

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