#121F50

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

Shades of Sapphire #121F50

Tints of Sapphire #121F50

Color information

#121F50 (or 0x121F50) is unknown color: approx Sapphire. HEX triplet: 12, 1F and 50. RGB value is (18,31,80). Sum of RGB (Red+Green+Blue) = 18+31+80=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #121F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F50 is #EDE0AF. Grayscale: #202020. Windows color (decimal): -15589552 or 5250834. OLE color: 5250834.

HSL color Cylindrical-coordinate representation of color #121F50: hue angle of 227.42º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121F50 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183180-
CMYK0.780.6100.69
HSL227.42º63.27%19.22%-
HSV(B)227.42º77.5%31.37%-
XYZ2.191.697.8-
YUV32.7154.69117.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=13.95%
G=24.03%
B=62.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1831800.780.6100.69227.4263.2719.22
Hex121F504E3D045e33f13
Octal22371201167501053437723
Binary100101111110100001001110111101010001011110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,31,80); }

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

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

 a { background-color: rgb(18,31,80); }

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

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

 span { border-color: rgb(18,31,80); }

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