#111854

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

Shades of Sapphire #111854

Tints of Sapphire #111854

Color information

#111854 (or 0x111854) is unknown color: approx Sapphire. HEX triplet: 11, 18 and 54. RGB value is (17,24,84). Sum of RGB (Red+Green+Blue) = 17+24+84=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #111854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111854 is #EEE7AB. Grayscale: #1C1C1C. Windows color (decimal): -15656876 or 5511185. OLE color: 5511185.

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

Color convert

RGB172484-
CMYK0.800.7100.67
HSL233.73º66.34%19.8%-
HSV(B)233.73º79.76%32.94%-
XYZ2.161.418.55-
YUV28.75159.18119.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=13.6%
G=19.2%
B=67.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1724840.800.7100.67233.7366.3419.8
Hex1118545047043ea4214
Octal2130124120107010335210224
Binary10001110001010100101000010001110100001111101010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111854; }

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

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

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

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

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

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

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

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