#111C60

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

Shades of Sapphire #111C60

Tints of Sapphire #111C60

Color information

#111C60 (or 0x111C60) is unknown color: approx Sapphire. HEX triplet: 11, 1C and 60. RGB value is (17,28,96). Sum of RGB (Red+Green+Blue) = 17+28+96=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #111C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C60 is #EEE39F. Grayscale: #202020. Windows color (decimal): -15655840 or 6298641. OLE color: 6298641.

HSL color Cylindrical-coordinate representation of color #111C60: hue angle of 231.65º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111C60 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB172896-
CMYK0.820.7100.62
HSL231.65º69.91%22.16%-
HSV(B)231.65º82.29%37.65%-
XYZ2.761.7911.27-
YUV32.46163.86116.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=12.06%
G=19.86%
B=68.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1728960.820.7100.62231.6569.9122.16
Hex111C60524703Ee84616
Octal213414012210707635010626
Binary1000111100110000010100101000111011111011101000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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