#141748

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

Shades of Midnight Express #141748

Tints of Midnight Express #141748

Color information

#141748 (or 0x141748) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 48. RGB value is (20,23,72). Sum of RGB (Red+Green+Blue) = 20+23+72=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #141748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141748 is #EBE8B7. Grayscale: #1B1B1B. Windows color (decimal): -15460536 or 4724500. OLE color: 4724500.

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

Color convert

RGB202372-
CMYK0.720.6800.72
HSL236.54º56.52%18.04%-
HSV(B)236.54º72.22%28.24%-
XYZ1.761.236.28-
YUV27.69153.01122.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=17.39%
G=20%
B=62.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2023720.720.6800.72236.5456.5218.04
Hex1417484844048ed3912
Octal242711011010401103557122
Binary1010010111100100010010001000100010010001110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141748; }

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

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

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

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

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

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

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

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