#111C56

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

Shades of Sapphire #111C56

Tints of Sapphire #111C56

Color information

#111C56 (or 0x111C56) is unknown color: approx Sapphire. HEX triplet: 11, 1C and 56. RGB value is (17,28,86). Sum of RGB (Red+Green+Blue) = 17+28+86=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #111C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C56 is #EEE3A9. Grayscale: #1F1F1F. Windows color (decimal): -15655850 or 5643281. OLE color: 5643281.

HSL color Cylindrical-coordinate representation of color #111C56: hue angle of 230.43º 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 #111C56 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB172886-
CMYK0.800.6700.66
HSL230.43º66.99%20.2%-
HSV(B)230.43º80.23%33.73%-
XYZ2.331.628.99-
YUV31.32158.86117.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 86 (33.98% from 255) = 65.65%
R=12.98%
G=21.37%
B=65.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1728860.800.6700.66230.4366.9920.2
Hex111C565043042e64314
Octal2134126120103010234610324
Binary10001111001010110101000010000110100001011100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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