#121C59

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

Shades of Sapphire #121C59

Tints of Sapphire #121C59

Color information

#121C59 (or 0x121C59) is unknown color: approx Sapphire. HEX triplet: 12, 1C and 59. RGB value is (18,28,89). Sum of RGB (Red+Green+Blue) = 18+28+89=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #121C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C59 is #EDE3A6. Grayscale: #1F1F1F. Windows color (decimal): -15590311 or 5839890. OLE color: 5839890.

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

Color convert

RGB182889-
CMYK0.800.6900.65
HSL231.55º66.36%20.98%-
HSV(B)231.55º79.78%34.9%-
XYZ2.471.689.65-
YUV31.96160.19118.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=13.33%
G=20.74%
B=65.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1828890.800.6900.65231.5566.3620.98
Hex121C595045041e84215
Octal2234131120105010135010225
Binary10010111001011001101000010001010100000111101000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121C59; }

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

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

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

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

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

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

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

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