Html Css Color HEX #141D4B Midnight Express

📋 copy color: '#141D4B'

red 20 ◦ green 29 ◦ blue 75

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

Shades of Midnight Express #141D4B

Tints of Midnight Express #141D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.48%

R = 16.13%
G = 23.39%
B = 60.48%

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

#141D4B (or 0x141D4B) is known color: Midnight Express. HEX triplet: 14, 1D and 4B. RGB value is (20,29,75). Sum of RGB (Red+Green+Blue) = 20+29+75=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #141D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D4B is #EBE2B4. Grayscale: #1F1F1F. Windows color (decimal): -15458997 or 4922644. OLE color: 4922644.

HSL color Cylindrical-coordinate representation of color #141D4B: hue angle of 230.18º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141D4B is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 29 75 -
CMYK 0.73 0.61 0 0.71
HSL 230.18º 0.58% 0.19% -
HSV(B) 230.18º 0.73% 0.29% -
XYZ 2 1.54 6.85 -
YUV 31.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 20 29 75 0.73 0.61 0 0.71 230.18 0.58 0.19
Hex 14 1D 4B 49 3D 0 47 E6 3A 13
Octal 24 35 113 111 75 0 107 346 72 23
Binary 10100 11101 1001011 1001001 111101 0 1000111 11100110 111010 10011

Color Harmonies of #141D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D4B

Black with #141D4B

Text Example


Text Example

White with #141D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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