Html Css Color HEX #141836 Midnight Express

📋 copy color: '#141836'

red 20 ◦ green 24 ◦ blue 54

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

Shades of Midnight Express #141836

Tints of Midnight Express #141836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

 BLUE value IS 54 (21.48% from 255) = 55.1%

R = 20.41%
G = 24.49%
B = 55.1%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141836 (or 0x141836) is known color: Midnight Express. HEX triplet: 14, 18 and 36. RGB value is (20,24,54). Sum of RGB (Red+Green+Blue) = 20+24+54=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #141836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141836 is #EBE7C9. Grayscale: #1A1A1A. Windows color (decimal): -15460298 or 3545108. OLE color: 3545108.

HSL color Cylindrical-coordinate representation of color #141836: hue angle of 232.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141836 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 24 54 -
CMYK 0.63 0.56 0 0.79
HSL 232.94º 0.46% 0.15% -
HSV(B) 232.94º 0.63% 0.21% -
XYZ 1.28 1.07 3.63 -
YUV 26.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 20 24 54 0.63 0.56 0 0.79 232.94 0.46 0.15
Hex 14 18 36 3F 38 0 4F E9 2E F
Octal 24 30 66 77 70 0 117 351 56 17
Binary 10100 11000 110110 111111 111000 0 1001111 11101001 101110 1111

Color Harmonies of #141836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141836

Black with #141836

Text Example


Text Example

White with #141836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141836; }

 p { color: rgb(20,24,54); }

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

background-color css

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

 a { background-color: rgb(20,24,54); }

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

border-color css

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

 span { border-color: rgb(20,24,54); }

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