#111B50

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

Shades of Sapphire #111B50

Tints of Sapphire #111B50

Color information

#111B50 (or 0x111B50) is unknown color: approx Sapphire. HEX triplet: 11, 1B and 50. RGB value is (17,27,80). Sum of RGB (Red+Green+Blue) = 17+27+80=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #111B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B50 is #EEE4AF. Grayscale: #1D1D1D. Windows color (decimal): -15656112 or 5249809. OLE color: 5249809.

HSL color Cylindrical-coordinate representation of color #111B50: hue angle of 230.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111B50 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB172780-
CMYK0.790.6600.69
HSL230.48º64.95%19.02%-
HSV(B)230.48º78.75%31.37%-
XYZ2.071.487.77-
YUV30.05156.19118.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=13.71%
G=21.77%
B=64.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1727800.790.6600.69230.4864.9519.02
Hex111B504F42045e64113
Octal2133120117102010534610123
Binary10001110111010000100111110000100100010111100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,27,80); }

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

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

 a { background-color: rgb(17,27,80); }

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

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

 span { border-color: rgb(17,27,80); }

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