Html Css Color HEX #131436 Midnight Express

📋 copy color: '#131436'

red 19 ◦ green 20 ◦ blue 54

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

Shades of Midnight Express #131436

Tints of Midnight Express #131436

RGB

 RED value IS 19 (7.81% from 255) = 20.43%

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 20.43%
G = 21.51%
B = 58.06%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#131436 (or 0x131436) is known color: Midnight Express. HEX triplet: 13, 14 and 36. RGB value is (19,20,54). Sum of RGB (Red+Green+Blue) = 19+20+54=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #131436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131436 is #ECEBC9. Grayscale: #171717. Windows color (decimal): -15526858 or 3544083. OLE color: 3544083.

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

Color convert

RGB 19 20 54 -
CMYK 0.65 0.63 0 0.79
HSL 238.29º 0.48% 0.14% -
HSV(B) 238.29º 0.65% 0.21% -
XYZ 1.18 0.91 3.6 -
YUV 23.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 19 20 54 0.65 0.63 0 0.79 238.29 0.48 0.14
Hex 13 14 36 41 3F 0 4F EE 30 E
Octal 23 24 66 101 77 0 117 356 60 16
Binary 10011 10100 110110 1000001 111111 0 1001111 11101110 110000 1110

Color Harmonies of #131436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131436

Black with #131436

Text Example


Text Example

White with #131436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131436; }

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

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

background-color css

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

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

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

border-color css

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

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

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