Html Css Color HEX #141D3F Midnight Express

📋 copy color: '#141D3F'

red 20 ◦ green 29 ◦ blue 63

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

Shades of Midnight Express #141D3F

Tints of Midnight Express #141D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 56.25%

R = 17.86%
G = 25.89%
B = 56.25%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141D3F (or 0x141D3F) is known color: Midnight Express. HEX triplet: 14, 1D and 3F. RGB value is (20,29,63). Sum of RGB (Red+Green+Blue) = 20+29+63=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #141D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D3F is #EBE2C0. Grayscale: #1E1E1E. Windows color (decimal): -15459009 or 4136212. OLE color: 4136212.

HSL color Cylindrical-coordinate representation of color #141D3F: hue angle of 227.44º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141D3F is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 29 63 -
CMYK 0.68 0.54 0 0.75
HSL 227.44º 0.52% 0.16% -
HSV(B) 227.44º 0.68% 0.25% -
XYZ 1.63 1.39 4.88 -
YUV 30.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 20 29 63 0.68 0.54 0 0.75 227.44 0.52 0.16
Hex 14 1D 3F 44 36 0 4B E3 34 10
Octal 24 35 77 104 66 0 113 343 64 20
Binary 10100 11101 111111 1000100 110110 0 1001011 11100011 110100 10000

Color Harmonies of #141D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D3F

Black with #141D3F

Text Example


Text Example

White with #141D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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