#141455

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

Shades of Midnight Blue #141455

Tints of Midnight Blue #141455

Color information

#141455 (or 0x141455) is unknown color: approx Midnight Blue. HEX triplet: 14, 14 and 55. RGB value is (20,20,85). Sum of RGB (Red+Green+Blue) = 20+20+85=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #141455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141455 is #EBEBAA. Grayscale: #1B1B1B. Windows color (decimal): -15461291 or 5575700. OLE color: 5575700.

HSL color Cylindrical-coordinate representation of color #141455: hue angle of 240º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141455 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB202085-
CMYK0.760.7600.67
HSL240º61.9%20.59%-
HSV(B)240º76.47%33.33%-
XYZ2.181.38.73-
YUV27.41160.5122.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 85 (33.59% from 255) = 68%
R=16%
G=16%
B=68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2020850.760.7600.6724061.920.59
Hex1414554C4C043f03e15
Octal242412511411401033607625
Binary1010010100101010110011001001100010000111111000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141455; }

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

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

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

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

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

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

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

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