Html Css Color HEX #141D4A Midnight Express

📋 copy color: '#141D4A'

red 20 ◦ green 29 ◦ blue 74

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

Shades of Midnight Express #141D4A

Tints of Midnight Express #141D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.58%

 BLUE value IS 74 (29.3% from 255) = 60.16%

R = 16.26%
G = 23.58%
B = 60.16%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141D4A (or 0x141D4A) is known color: Midnight Express. HEX triplet: 14, 1D and 4A. RGB value is (20,29,74). Sum of RGB (Red+Green+Blue) = 20+29+74=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #141D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D4A is #EBE2B5. Grayscale: #1F1F1F. Windows color (decimal): -15458998 or 4857108. OLE color: 4857108.

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

Color convert

RGB 20 29 74 -
CMYK 0.73 0.61 0 0.71
HSL 230º 0.57% 0.18% -
HSV(B) 230º 0.73% 0.29% -
XYZ 1.96 1.52 6.67 -
YUV 31.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 20 29 74 0.73 0.61 0 0.71 230 0.57 0.18
Hex 14 1D 4A 49 3D 0 47 E6 39 12
Octal 24 35 112 111 75 0 107 346 71 22
Binary 10100 11101 1001010 1001001 111101 0 1000111 11100110 111001 10010

Color Harmonies of #141D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D4A

Black with #141D4A

Text Example


Text Example

White with #141D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141D4A; }

 p { color: rgb(20,29,74); }

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

background-color css

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

 a { background-color: rgb(20,29,74); }

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

border-color css

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

 span { border-color: rgb(20,29,74); }

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