Html Css Color HEX #131537 Midnight Express

📋 copy color: '#131537'

red 19 ◦ green 21 ◦ blue 55

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

Shades of Midnight Express #131537

Tints of Midnight Express #131537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 20%
G = 22.11%
B = 57.89%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131537 (or 0x131537) is known color: Midnight Express. HEX triplet: 13, 15 and 37. RGB value is (19,21,55). Sum of RGB (Red+Green+Blue) = 19+21+55=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #131537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131537 is #ECEAC8. Grayscale: #181818. Windows color (decimal): -15526601 or 3609875. OLE color: 3609875.

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

Color convert

RGB 19 21 55 -
CMYK 0.65 0.62 0 0.78
HSL 236.67º 0.49% 0.15% -
HSV(B) 236.67º 0.65% 0.22% -
XYZ 1.23 0.95 3.73 -
YUV 24.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 19 21 55 0.65 0.62 0 0.78 236.67 0.49 0.15
Hex 13 15 37 41 3E 0 4E ED 31 F
Octal 23 25 67 101 76 0 116 355 61 17
Binary 10011 10101 110111 1000001 111110 0 1001110 11101101 110001 1111

Color Harmonies of #131537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131537

Black with #131537

Text Example


Text Example

White with #131537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131537; }

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

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

background-color css

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

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

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

border-color css

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

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

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