Html Css Color HEX #141748 Midnight Express

📋 copy color: '#141748'

red 20 ◦ green 23 ◦ blue 72

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

Shades of Midnight Express #141748

Tints of Midnight Express #141748

RGB

 RED value IS 20 (8.2% 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 value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141748 (or 0x141748) is known color: 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

RGB 20 23 72 -
CMYK 0.72 0.68 0 0.72
HSL 236.54º 0.57% 0.18% -
HSV(B) 236.54º 0.72% 0.28% -
XYZ 1.76 1.23 6.28 -
YUV 27.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 20 23 72 0.72 0.68 0 0.72 236.54 0.57 0.18
Hex 14 17 48 48 44 0 48 ED 39 12
Octal 24 27 110 110 104 0 110 355 71 22
Binary 10100 10111 1001000 1001000 1000100 0 1001000 11101101 111001 10010

Color Harmonies of #141748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141748

Black with #141748

Text Example


Text Example

White with #141748

Text Example


Text Example

HTML Codes & Css Web 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>