#111F50

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

Shades of Sapphire #111F50

Tints of Sapphire #111F50

Color information

#111F50 (or 0x111F50) is unknown color: approx Sapphire. HEX triplet: 11, 1F and 50. RGB value is (17,31,80). Sum of RGB (Red+Green+Blue) = 17+31+80=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 31 (12.5% from 255 or 24.22% 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 #111F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F50 is #EEE0AF. Grayscale: #202020. Windows color (decimal): -15655088 or 5250833. OLE color: 5250833.

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

Color convert

RGB173180-
CMYK0.790.6100.69
HSL226.67º64.95%19.02%-
HSV(B)226.67º78.75%31.37%-
XYZ2.171.687.8-
YUV32.4154.86117.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=13.28%
G=24.22%
B=62.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1731800.790.6100.69226.6764.9519.02
Hex111F504F3D045e34113
Octal213712011775010534310123
Binary1000111111101000010011111111010100010111100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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