#111A55

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

Shades of Sapphire #111A55

Tints of Sapphire #111A55

Color information

#111A55 (or 0x111A55) is unknown color: approx Sapphire. HEX triplet: 11, 1A and 55. RGB value is (17,26,85). Sum of RGB (Red+Green+Blue) = 17+26+85=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #111A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A55 is #EEE5AA. Grayscale: #1D1D1D. Windows color (decimal): -15656363 or 5577233. OLE color: 5577233.

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

Color convert

RGB172685-
CMYK0.800.6900.67
HSL232.06º66.67%20%-
HSV(B)232.06º80%33.33%-
XYZ2.241.518.77-
YUV30.03159.02118.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 85 (33.59% from 255) = 66.41%
R=13.28%
G=20.31%
B=66.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1726850.800.6900.67232.0666.6720
Hex111A555045043e84314
Octal2132125120105010335010324
Binary10001110101010101101000010001010100001111101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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