#141854

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

Shades of Midnight Blue #141854

Tints of Midnight Blue #141854

Color information

#141854 (or 0x141854) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 54. RGB value is (20,24,84). Sum of RGB (Red+Green+Blue) = 20+24+84=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #141854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141854 is #EBE7AB. Grayscale: #1D1D1D. Windows color (decimal): -15460268 or 5511188. OLE color: 5511188.

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

Color convert

RGB202484-
CMYK0.760.7100.67
HSL236.25º61.54%20.39%-
HSV(B)236.25º76.19%32.94%-
XYZ2.221.448.55-
YUV29.64158.67121.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 84 (33.20% from 255) = 65.62%
R=15.62%
G=18.75%
B=65.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2024840.760.7100.67236.2561.5420.39
Hex1418544C47043ec3e14
Octal243012411410701033547624
Binary1010011000101010010011001000111010000111110110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141854; }

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

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

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

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

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

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

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

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