Html Css Color HEX #141139 Midnight Express

📋 copy color: '#141139'

red 20 ◦ green 17 ◦ blue 57

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

Shades of Midnight Express #141139

Tints of Midnight Express #141139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 21.28%
G = 18.09%
B = 60.64%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141139 (or 0x141139) is known color: Midnight Express. HEX triplet: 14, 11 and 39. RGB value is (20,17,57). Sum of RGB (Red+Green+Blue) = 20+17+57=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #141139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141139 is #EBEEC6. Grayscale: #161616. Windows color (decimal): -15462087 or 3739924. OLE color: 3739924.

HSL color Cylindrical-coordinate representation of color #141139: hue angle of 244.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141139 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 17 57 -
CMYK 0.65 0.70 0 0.78
HSL 244.5º 0.54% 0.15% -
HSV(B) 244.5º 0.7% 0.22% -
XYZ 1.23 0.85 3.97 -
YUV 22.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 20 17 57 0.65 0.70 0 0.78 244.5 0.54 0.15
Hex 14 11 39 41 46 0 4E F4 36 F
Octal 24 21 71 101 106 0 116 364 66 17
Binary 10100 10001 111001 1000001 1000110 0 1001110 11110100 110110 1111

Color Harmonies of #141139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141139

Black with #141139

Text Example


Text Example

White with #141139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141139; }

 p { color: rgb(20,17,57); }

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

background-color css

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

 a { background-color: rgb(20,17,57); }

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

border-color css

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

 span { border-color: rgb(20,17,57); }

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