Html Css Color HEX #141648 Midnight Express

📋 copy color: '#141648'

red 20 ◦ green 22 ◦ blue 72

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

Shades of Midnight Express #141648

Tints of Midnight Express #141648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

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

R = 17.54%
G = 19.3%
B = 63.16%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141648 (or 0x141648) is known color: Midnight Express. HEX triplet: 14, 16 and 48. RGB value is (20,22,72). Sum of RGB (Red+Green+Blue) = 20+22+72=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #141648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141648 is #EBE9B7. Grayscale: #1A1A1A. Windows color (decimal): -15460792 or 4724244. OLE color: 4724244.

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

Color convert

RGB 20 22 72 -
CMYK 0.72 0.69 0 0.72
HSL 237.69º 0.57% 0.18% -
HSV(B) 237.69º 0.72% 0.28% -
XYZ 1.75 1.19 6.27 -
YUV 27.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 20 22 72 0.72 0.69 0 0.72 237.69 0.57 0.18
Hex 14 16 48 48 45 0 48 EE 39 12
Octal 24 26 110 110 105 0 110 356 71 22
Binary 10100 10110 1001000 1001000 1000101 0 1001000 11101110 111001 10010

Color Harmonies of #141648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141648

Black with #141648

Text Example


Text Example

White with #141648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141648; }

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

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

background-color css

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

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

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

border-color css

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

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

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