#141172

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

Shades of Midnight Blue #141172

Tints of Midnight Blue #141172

Color information

#141172 (or 0x141172) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 72. RGB value is (20,17,114). Sum of RGB (Red+Green+Blue) = 20+17+114=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #141172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141172 is #EBEE8D. Grayscale: #1C1C1C. Windows color (decimal): -15462030 or 7475476. OLE color: 7475476.

HSL color Cylindrical-coordinate representation of color #141172: hue angle of 241.86º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141172 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2017114-
CMYK0.820.8500.55
HSL241.86º74.05%25.69%-
HSV(B)241.86º85.09%44.71%-
XYZ3.531.7616.07-
YUV28.96175.99121.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=13.25%
G=11.26%
B=75.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20171140.820.8500.55241.8674.0525.69
Hex1411725255037f24a1a
Octal242116212212506736211232
Binary1010010001111001010100101010101011011111110010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141172; }

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

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

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

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

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

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

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

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