#111D53

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

Shades of Sapphire #111D53

Tints of Sapphire #111D53

Color information

#111D53 (or 0x111D53) is unknown color: approx Sapphire. HEX triplet: 11, 1D and 53. RGB value is (17,29,83). Sum of RGB (Red+Green+Blue) = 17+29+83=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #111D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D53 is #EEE2AC. Grayscale: #1F1F1F. Windows color (decimal): -15655597 or 5446929. OLE color: 5446929.

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

Color convert

RGB172983-
CMYK0.800.6500.67
HSL229.09º66%19.61%-
HSV(B)229.09º79.52%32.55%-
XYZ2.231.628.38-
YUV31.57157.02117.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 83 (32.81% from 255) = 64.34%
R=13.18%
G=22.48%
B=64.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1729830.800.6500.67229.096619.61
Hex111D535041043e54214
Octal2135123120101010334510224
Binary10001111011010011101000010000010100001111100101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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