Html Css Color HEX #141D35 Midnight Express

📋 copy color: '#141D35'

red 20 ◦ green 29 ◦ blue 53

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

Shades of Midnight Express #141D35

Tints of Midnight Express #141D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 51.96%

R = 19.61%
G = 28.43%
B = 51.96%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141D35 (or 0x141D35) is known color: Midnight Express. HEX triplet: 14, 1D and 35. RGB value is (20,29,53). Sum of RGB (Red+Green+Blue) = 20+29+53=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #141D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D35 is #EBE2CA. Grayscale: #1C1C1C. Windows color (decimal): -15459019 or 3480852. OLE color: 3480852.

HSL color Cylindrical-coordinate representation of color #141D35: hue angle of 223.64º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141D35 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 29 53 -
CMYK 0.62 0.45 0 0.79
HSL 223.64º 0.45% 0.14% -
HSV(B) 223.64º 0.62% 0.21% -
XYZ 1.37 1.28 3.54 -
YUV 29.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 20 29 53 0.62 0.45 0 0.79 223.64 0.45 0.14
Hex 14 1D 35 3E 2D 0 4F E0 2D E
Octal 24 35 65 76 55 0 117 340 55 16
Binary 10100 11101 110101 111110 101101 0 1001111 11100000 101101 1110

Color Harmonies of #141D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D35

Black with #141D35

Text Example


Text Example

White with #141D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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