#111855

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

Shades of Sapphire #111855

Tints of Sapphire #111855

Color information

#111855 (or 0x111855) is unknown color: approx Sapphire. HEX triplet: 11, 18 and 55. RGB value is (17,24,85). Sum of RGB (Red+Green+Blue) = 17+24+85=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #111855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111855 is #EEE7AA. Grayscale: #1C1C1C. Windows color (decimal): -15656875 or 5576721. OLE color: 5576721.

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

Color convert

RGB172485-
CMYK0.800.7200.67
HSL233.82º66.67%20%-
HSV(B)233.82º80%33.33%-
XYZ2.21.438.75-
YUV28.86159.68119.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=13.49%
G=19.05%
B=67.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1724850.800.7200.67233.8266.6720
Hex1118555048043ea4314
Octal2130125120110010335210324
Binary10001110001010101101000010010000100001111101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111855; }

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

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

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

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

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

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

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

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