Html Css Color HEX #141A4A Midnight Express

📋 copy color: '#141A4A'

red 20 ◦ green 26 ◦ blue 74

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

Shades of Midnight Express #141A4A

Tints of Midnight Express #141A4A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.67%

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

R = 16.67%
G = 21.67%
B = 61.67%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#141A4A (or 0x141A4A) is known color: Midnight Express. HEX triplet: 14, 1A and 4A. RGB value is (20,26,74). Sum of RGB (Red+Green+Blue) = 20+26+74=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #141A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A4A is #EBE5B5. Grayscale: #1D1D1D. Windows color (decimal): -15459766 or 4856340. OLE color: 4856340.

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

Color convert

RGB 20 26 74 -
CMYK 0.73 0.65 0 0.71
HSL 233.33º 0.57% 0.18% -
HSV(B) 233.33º 0.73% 0.29% -
XYZ 1.89 1.38 6.65 -
YUV 29.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 20 26 74 0.73 0.65 0 0.71 233.33 0.57 0.18
Hex 14 1A 4A 49 41 0 47 E9 39 12
Octal 24 32 112 111 101 0 107 351 71 22
Binary 10100 11010 1001010 1001001 1000001 0 1000111 11101001 111001 10010

Color Harmonies of #141A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A4A

Black with #141A4A

Text Example


Text Example

White with #141A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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