Html Css Color HEX #141D33 Midnight Express

📋 copy color: '#141D33'

red 20 ◦ green 29 ◦ blue 51

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

Shades of Midnight Express #141D33

Tints of Midnight Express #141D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 51%

R = 20%
G = 29%
B = 51%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#141D33 (or 0x141D33) is known color: Midnight Express. HEX triplet: 14, 1D and 33. RGB value is (20,29,51). Sum of RGB (Red+Green+Blue) = 20+29+51=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #141D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D33 is #EBE2CC. Grayscale: #1C1C1C. Windows color (decimal): -15459021 or 3349780. OLE color: 3349780.

HSL color Cylindrical-coordinate representation of color #141D33: hue angle of 222.58º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141D33 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 29 51 -
CMYK 0.61 0.43 0 0.8
HSL 222.58º 0.44% 0.14% -
HSV(B) 222.58º 0.61% 0.2% -
XYZ 1.33 1.27 3.31 -
YUV 28.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 20 29 51 0.61 0.43 0 0.8 222.58 0.44 0.14
Hex 14 1D 33 3D 2B 0 50 DF 2C E
Octal 24 35 63 75 53 0 120 337 54 16
Binary 10100 11101 110011 111101 101011 0 1010000 11011111 101100 1110

Color Harmonies of #141D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D33

Black with #141D33

Text Example


Text Example

White with #141D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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