#141954

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

Shades of Midnight Blue #141954

Tints of Midnight Blue #141954

Color information

#141954 (or 0x141954) is unknown color: approx Midnight Blue. HEX triplet: 14, 19 and 54. RGB value is (20,25,84). Sum of RGB (Red+Green+Blue) = 20+25+84=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #141954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141954 is #EBE6AB. Grayscale: #1D1D1D. Windows color (decimal): -15460012 or 5511444. OLE color: 5511444.

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

Color convert

RGB202584-
CMYK0.760.7000.67
HSL235.31º61.54%20.39%-
HSV(B)235.31º76.19%32.94%-
XYZ2.241.488.56-
YUV30.23158.34120.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 84 (33.20% from 255) = 65.12%
R=15.50%
G=19.38%
B=65.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2025840.760.7000.67235.3161.5420.39
Hex1419544C46043eb3e14
Octal243112411410601033537624
Binary1010011001101010010011001000110010000111110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141954; }

 p { color: rgb(20,25,84); }

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

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

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

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

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

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

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