#111469

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

Shades of Midnight Blue #111469

Tints of Midnight Blue #111469

Color information

#111469 (or 0x111469) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 69. RGB value is (17,20,105). Sum of RGB (Red+Green+Blue) = 17+20+105=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #111469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111469 is #EEEB96. Grayscale: #1C1C1C. Windows color (decimal): -15657879 or 6886417. OLE color: 6886417.

HSL color Cylindrical-coordinate representation of color #111469: hue angle of 237.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111469 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1720105-
CMYK0.840.8100.59
HSL237.95º72.13%23.92%-
HSV(B)237.95º83.81%41.18%-
XYZ3.031.6413.52-
YUV28.79171.01119.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=11.97%
G=14.08%
B=73.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17201050.840.8100.59237.9572.1323.92
Hex111469545103Bee4818
Octal212415112412107335611030
Binary1000110100110100110101001010001011101111101110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111469; }

 p { color: rgb(17,20,105); }

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

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

 a { background-color: rgb(17,20,105); }

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

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

 span { border-color: rgb(17,20,105); }

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