Html Css Color HEX #131937 Midnight Express

📋 copy color: '#131937'

red 19 ◦ green 25 ◦ blue 55

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

Shades of Midnight Express #131937

Tints of Midnight Express #131937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

 BLUE value IS 55 (21.88% from 255) = 55.56%

R = 19.19%
G = 25.25%
B = 55.56%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131937 (or 0x131937) is known color: Midnight Express. HEX triplet: 13, 19 and 37. RGB value is (19,25,55). Sum of RGB (Red+Green+Blue) = 19+25+55=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #131937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131937 is #ECE6C8. Grayscale: #1A1A1A. Windows color (decimal): -15525577 or 3610899. OLE color: 3610899.

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

Color convert

RGB 19 25 55 -
CMYK 0.65 0.55 0 0.78
HSL 230º 0.49% 0.15% -
HSV(B) 230º 0.65% 0.22% -
XYZ 1.31 1.11 3.76 -
YUV 26.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 19 25 55 0.65 0.55 0 0.78 230 0.49 0.15
Hex 13 19 37 41 37 0 4E E6 31 F
Octal 23 31 67 101 67 0 116 346 61 17
Binary 10011 11001 110111 1000001 110111 0 1001110 11100110 110001 1111

Color Harmonies of #131937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131937

Black with #131937

Text Example


Text Example

White with #131937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131937; }

 p { color: rgb(19,25,55); }

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

background-color css

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

 a { background-color: rgb(19,25,55); }

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

border-color css

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

 span { border-color: rgb(19,25,55); }

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