Html Css Color HEX #141548 Midnight Express

📋 copy color: '#141548'

red 20 ◦ green 21 ◦ blue 72

#141548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #141548

Tints of Midnight Express #141548

RGB

 RED value IS 20 (8.2% from 255) = 17.7%

 GREEN value IS 21 (8.59% from 255) = 18.58%

 BLUE value IS 72 (28.52% from 255) = 63.72%

R = 17.7%
G = 18.58%
B = 63.72%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141548 (or 0x141548) is known color: Midnight Express. HEX triplet: 14, 15 and 48. RGB value is (20,21,72). Sum of RGB (Red+Green+Blue) = 20+21+72=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #141548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141548 is #EBEAB7. Grayscale: #1A1A1A. Windows color (decimal): -15461048 or 4723988. OLE color: 4723988.

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

Color convert

RGB 20 21 72 -
CMYK 0.72 0.71 0 0.72
HSL 238.85º 0.57% 0.18% -
HSV(B) 238.85º 0.72% 0.28% -
XYZ 1.73 1.15 6.26 -
YUV 26.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 20 21 72 0.72 0.71 0 0.72 238.85 0.57 0.18
Hex 14 15 48 48 47 0 48 EF 39 12
Octal 24 25 110 110 107 0 110 357 71 22
Binary 10100 10101 1001000 1001000 1000111 0 1001000 11101111 111001 10010

Color Harmonies of #141548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141548

Black with #141548

Text Example


Text Example

White with #141548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141548; }

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

 H1.HeaderClassName
 {
   color: #141548;
 }
 .AnyTagClassName
 {
   color: #141548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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