#111B53

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

Shades of Sapphire #111B53

Tints of Sapphire #111B53

Color information

#111B53 (or 0x111B53) is unknown color: approx Sapphire. HEX triplet: 11, 1B and 53. RGB value is (17,27,83). Sum of RGB (Red+Green+Blue) = 17+27+83=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #111B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B53 is #EEE4AC. Grayscale: #1E1E1E. Windows color (decimal): -15656109 or 5446417. OLE color: 5446417.

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

Color convert

RGB172783-
CMYK0.800.6700.67
HSL230.91º66%19.61%-
HSV(B)230.91º79.52%32.55%-
XYZ2.181.538.36-
YUV30.39157.69118.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 83 (32.81% from 255) = 65.35%
R=13.39%
G=21.26%
B=65.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1727830.800.6700.67230.916619.61
Hex111B535043043e74214
Octal2133123120103010334710224
Binary10001110111010011101000010000110100001111100111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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