#121E50

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

Shades of Sapphire #121E50

Tints of Sapphire #121E50

Color information

#121E50 (or 0x121E50) is unknown color: approx Sapphire. HEX triplet: 12, 1E and 50. RGB value is (18,30,80). Sum of RGB (Red+Green+Blue) = 18+30+80=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #121E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E50 is #EDE1AF. Grayscale: #1F1F1F. Windows color (decimal): -15589808 or 5250578. OLE color: 5250578.

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

Color convert

RGB183080-
CMYK0.780.6200.69
HSL228.39º63.27%19.22%-
HSV(B)228.39º77.5%31.37%-
XYZ2.161.647.79-
YUV32.11155.02117.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=14.06%
G=23.44%
B=62.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1830800.780.6200.69228.3963.2719.22
Hex121E504E3E045e43f13
Octal22361201167601053447723
Binary100101111010100001001110111110010001011110010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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