#111F54

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

Shades of Sapphire #111F54

Tints of Sapphire #111F54

Color information

#111F54 (or 0x111F54) is unknown color: approx Sapphire. HEX triplet: 11, 1F and 54. RGB value is (17,31,84). Sum of RGB (Red+Green+Blue) = 17+31+84=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #111F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F54 is #EEE0AB. Grayscale: #202020. Windows color (decimal): -15655084 or 5512977. OLE color: 5512977.

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

Color convert

RGB173184-
CMYK0.800.6300.67
HSL227.46º66.34%19.8%-
HSV(B)227.46º79.76%32.94%-
XYZ2.321.748.6-
YUV32.86156.86116.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 84 (33.20% from 255) = 63.64%
R=12.88%
G=23.48%
B=63.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1731840.800.6300.67227.4666.3419.8
Hex111F54503F043e34214
Octal213712412077010334310224
Binary1000111111101010010100001111110100001111100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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