#141948

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

Shades of Midnight Express #141948

Tints of Midnight Express #141948

Color information

#141948 (or 0x141948) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 48. RGB value is (20,25,72). Sum of RGB (Red+Green+Blue) = 20+25+72=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #141948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141948 is #EBE6B7. Grayscale: #1C1C1C. Windows color (decimal): -15460024 or 4725012. OLE color: 4725012.

HSL color Cylindrical-coordinate representation of color #141948: hue angle of 234.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141948 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB202572-
CMYK0.720.6500.72
HSL234.23º56.52%18.04%-
HSV(B)234.23º72.22%28.24%-
XYZ1.811.316.29-
YUV28.86152.34121.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=17.09%
G=21.37%
B=61.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2025720.720.6500.72234.2356.5218.04
Hex1419484841048ea3912
Octal243111011010101103527122
Binary1010011001100100010010001000001010010001110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141948; }

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

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

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

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

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

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

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

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