#111F5D

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

Shades of Sapphire #111F5D

Tints of Sapphire #111F5D

Color information

#111F5D (or 0x111F5D) is unknown color: approx Sapphire. HEX triplet: 11, 1F and 5D. RGB value is (17,31,93). Sum of RGB (Red+Green+Blue) = 17+31+93=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #111F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F5D is #EEE0A2. Grayscale: #212121. Windows color (decimal): -15655075 or 6102801. OLE color: 6102801.

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

Color convert

RGB173193-
CMYK0.820.6700.64
HSL228.95º69.09%21.57%-
HSV(B)228.95º81.72%36.47%-
XYZ2.71.8910.58-
YUV33.88161.36115.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=12.06%
G=21.99%
B=65.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1731930.820.6700.64228.9569.0921.57
Hex111F5D5243040e54516
Octal2137135122103010034510526
Binary10001111111011101101001010000110100000011100101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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