#141456

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

Shades of Midnight Blue #141456

Tints of Midnight Blue #141456

Color information

#141456 (or 0x141456) is unknown color: approx Midnight Blue. HEX triplet: 14, 14 and 56. RGB value is (20,20,86). Sum of RGB (Red+Green+Blue) = 20+20+86=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #141456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141456 is #EBEBA9. Grayscale: #1B1B1B. Windows color (decimal): -15461290 or 5641236. OLE color: 5641236.

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

Color convert

RGB202086-
CMYK0.770.7700.66
HSL240º62.26%20.78%-
HSV(B)240º76.74%33.73%-
XYZ2.221.328.94-
YUV27.52161122.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=15.87%
G=15.87%
B=68.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2020860.770.7700.6624062.2620.78
Hex1414564D4D042f03e15
Octal242412611511501023607625
Binary1010010100101011010011011001101010000101111000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141456; }

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

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

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

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

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

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

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

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