Html Css Color HEX #142549 Midnight Express

📋 copy color: '#142549'

red 20 ◦ green 37 ◦ blue 73

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

Shades of Midnight Express #142549

Tints of Midnight Express #142549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.46%

 BLUE value IS 73 (28.91% from 255) = 56.15%

R = 15.38%
G = 28.46%
B = 56.15%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#142549 (or 0x142549) is known color: Midnight Express. HEX triplet: 14, 25 and 49. RGB value is (20,37,73). Sum of RGB (Red+Green+Blue) = 20+37+73=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #142549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142549 is #EBDAB6. Grayscale: #232323. Windows color (decimal): -15456951 or 4793620. OLE color: 4793620.

HSL color Cylindrical-coordinate representation of color #142549: hue angle of 220.75º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142549 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 37 73 -
CMYK 0.73 0.49 0 0.71
HSL 220.75º 0.57% 0.18% -
HSV(B) 220.75º 0.73% 0.29% -
XYZ 2.15 1.95 6.57 -
YUV 36.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 20 37 73 0.73 0.49 0 0.71 220.75 0.57 0.18
Hex 14 25 49 49 31 0 47 DD 39 12
Octal 24 45 111 111 61 0 107 335 71 22
Binary 10100 100101 1001001 1001001 110001 0 1000111 11011101 111001 10010

Color Harmonies of #142549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142549

Black with #142549

Text Example


Text Example

White with #142549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142549; }

 p { color: rgb(20,37,73); }

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

background-color css

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

 a { background-color: rgb(20,37,73); }

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

border-color css

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

 span { border-color: rgb(20,37,73); }

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