#111F4F

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

Shades of Sapphire #111F4F

Tints of Sapphire #111F4F

Color information

#111F4F (or 0x111F4F) is unknown color: approx Sapphire. HEX triplet: 11, 1F and 4F. RGB value is (17,31,79). Sum of RGB (Red+Green+Blue) = 17+31+79=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #111F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F4F is #EEE0B0. Grayscale: #202020. Windows color (decimal): -15655089 or 5185297. OLE color: 5185297.

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

Color convert

RGB173179-
CMYK0.780.6100.69
HSL226.45º64.58%18.82%-
HSV(B)226.45º78.48%30.98%-
XYZ2.131.667.61-
YUV32.29154.36117.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 79 (31.25% from 255) = 62.20%
R=13.39%
G=24.41%
B=62.20%

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
Decimal1731790.780.6100.69226.4564.5818.82
Hex111F4F4E3D045e24113
Octal213711711675010534210123
Binary1000111111100111110011101111010100010111100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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