#141155

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

Shades of Midnight Blue #141155

Tints of Midnight Blue #141155

Color information

#141155 (or 0x141155) is unknown color: approx Midnight Blue. HEX triplet: 14, 11 and 55. RGB value is (20,17,85). Sum of RGB (Red+Green+Blue) = 20+17+85=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #141155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141155 is #EBEEAA. Grayscale: #191919. Windows color (decimal): -15462059 or 5574932. OLE color: 5574932.

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

Color convert

RGB201785-
CMYK0.760.8000.67
HSL242.65º66.67%20%-
HSV(B)242.65º80%33.33%-
XYZ2.131.218.71-
YUV25.65161.49123.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 85 (33.59% from 255) = 69.67%
R=16.39%
G=13.93%
B=69.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2017850.760.8000.67242.6566.6720
Hex1411554C50043f34314
Octal2421125114120010336310324
Binary10100100011010101100110010100000100001111110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141155; }

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

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

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

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

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

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

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

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