#141848

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

Shades of Midnight Express #141848

Tints of Midnight Express #141848

Color information

#141848 (or 0x141848) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 48. RGB value is (20,24,72). Sum of RGB (Red+Green+Blue) = 20+24+72=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #141848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141848 is #EBE7B7. Grayscale: #1C1C1C. Windows color (decimal): -15460280 or 4724756. OLE color: 4724756.

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

Color convert

RGB202472-
CMYK0.720.6700.72
HSL235.38º56.52%18.04%-
HSV(B)235.38º72.22%28.24%-
XYZ1.781.276.28-
YUV28.28152.67122.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=17.24%
G=20.69%
B=62.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2024720.720.6700.72235.3856.5218.04
Hex1418484843048eb3912
Octal243011011010301103537122
Binary1010011000100100010010001000011010010001110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141848; }

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

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

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

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

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

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

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

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