#111A56

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

Shades of Sapphire #111A56

Tints of Sapphire #111A56

Color information

#111A56 (or 0x111A56) is unknown color: approx Sapphire. HEX triplet: 11, 1A and 56. RGB value is (17,26,86). Sum of RGB (Red+Green+Blue) = 17+26+86=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #111A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A56 is #EEE5A9. Grayscale: #1D1D1D. Windows color (decimal): -15656362 or 5642769. OLE color: 5642769.

HSL color Cylindrical-coordinate representation of color #111A56: hue angle of 232.17º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111A56 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB172686-
CMYK0.800.7000.66
HSL232.17º66.99%20.2%-
HSV(B)232.17º80.23%33.73%-
XYZ2.281.538.98-
YUV30.15159.52118.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 86 (33.98% from 255) = 66.67%
R=13.18%
G=20.16%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1726860.800.7000.66232.1766.9920.2
Hex111A565046042e84314
Octal2132126120106010235010324
Binary10001110101010110101000010001100100001011101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,26,86); }

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

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

 a { background-color: rgb(17,26,86); }

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

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

 span { border-color: rgb(17,26,86); }

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