#111F5B

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

Shades of Sapphire #111F5B

Tints of Sapphire #111F5B

Color information

#111F5B (or 0x111F5B) is unknown color: approx Sapphire. HEX triplet: 11, 1F and 5B. RGB value is (17,31,91). Sum of RGB (Red+Green+Blue) = 17+31+91=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #111F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F5B is #EEE0A4. Grayscale: #212121. Windows color (decimal): -15655077 or 5971729. OLE color: 5971729.

HSL color Cylindrical-coordinate representation of color #111F5B: hue angle of 228.65º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111F5B is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB173191-
CMYK0.810.6600.64
HSL228.65º68.52%21.18%-
HSV(B)228.65º81.32%35.69%-
XYZ2.611.8510.12-
YUV33.65160.36116.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=12.23%
G=22.30%
B=65.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1731910.810.6600.64228.6568.5221.18
Hex111F5B5142040e54515
Octal2137133121102010034510525
Binary10001111111011011101000110000100100000011100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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