#111D7F

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

Shades of Midnight Blue #111D7F

Tints of Midnight Blue #111D7F

Color information

#111D7F (or 0x111D7F) is unknown color: approx Midnight Blue. HEX triplet: 11, 1D and 7F. RGB value is (17,29,127). Sum of RGB (Red+Green+Blue) = 17+29+127=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #111D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D7F is #EEE280. Grayscale: #242424. Windows color (decimal): -15655553 or 8330513. OLE color: 8330513.

HSL color Cylindrical-coordinate representation of color #111D7F: hue angle of 233.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111D7F is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1729127-
CMYK0.870.7700.50
HSL233.45º76.39%28.24%-
HSV(B)233.45º86.61%49.8%-
XYZ4.52.5320.33-
YUV36.58179.02114.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 127 (50% from 255) = 73.41%
R=9.83%
G=16.76%
B=73.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17291270.870.7700.50233.4576.3928.24
Hex111D7F574D032e94c1c
Octal213517712711506235111434
Binary1000111101111111110101111001101011001011101001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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