#111E53

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

Shades of Sapphire #111E53

Tints of Sapphire #111E53

Color information

#111E53 (or 0x111E53) is unknown color: approx Sapphire. HEX triplet: 11, 1E and 53. RGB value is (17,30,83). Sum of RGB (Red+Green+Blue) = 17+30+83=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #111E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E53 is #EEE1AC. Grayscale: #1F1F1F. Windows color (decimal): -15655341 or 5447185. OLE color: 5447185.

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

Color convert

RGB173083-
CMYK0.800.6400.67
HSL228.18º66%19.61%-
HSV(B)228.18º79.52%32.55%-
XYZ2.261.678.39-
YUV32.16156.69117.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=13.08%
G=23.08%
B=63.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1730830.800.6400.67228.186619.61
Hex111E535040043e44214
Octal2136123120100010334410224
Binary10001111101010011101000010000000100001111100100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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