Html Css Color HEX #131736 Midnight Express

📋 copy color: '#131736'

red 19 ◦ green 23 ◦ blue 54

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

Shades of Midnight Express #131736

Tints of Midnight Express #131736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 19.79%
G = 23.96%
B = 56.25%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#131736 (or 0x131736) is known color: Midnight Express. HEX triplet: 13, 17 and 36. RGB value is (19,23,54). Sum of RGB (Red+Green+Blue) = 19+23+54=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #131736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131736 is #ECE8C9. Grayscale: #191919. Windows color (decimal): -15526090 or 3544851. OLE color: 3544851.

HSL color Cylindrical-coordinate representation of color #131736: hue angle of 233.14º 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 #131736 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 23 54 -
CMYK 0.65 0.57 0 0.79
HSL 233.14º 0.48% 0.14% -
HSV(B) 233.14º 0.65% 0.21% -
XYZ 1.24 1.02 3.62 -
YUV 25.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 19 23 54 0.65 0.57 0 0.79 233.14 0.48 0.14
Hex 13 17 36 41 39 0 4F E9 30 E
Octal 23 27 66 101 71 0 117 351 60 16
Binary 10011 10111 110110 1000001 111001 0 1001111 11101001 110000 1110

Color Harmonies of #131736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131736

Black with #131736

Text Example


Text Example

White with #131736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131736; }

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

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

background-color css

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

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

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

border-color css

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

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

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