Html Css Color HEX #131C31 Midnight Express

📋 copy color: '#131C31'

red 19 ◦ green 28 ◦ blue 49

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

Shades of Midnight Express #131C31

Tints of Midnight Express #131C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

 BLUE value IS 49 (19.53% from 255) = 51.04%

R = 19.79%
G = 29.17%
B = 51.04%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131C31 (or 0x131C31) is known color: Midnight Express. HEX triplet: 13, 1C and 31. RGB value is (19,28,49). Sum of RGB (Red+Green+Blue) = 19+28+49=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #131C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C31 is #ECE3CE. Grayscale: #1B1B1B. Windows color (decimal): -15524815 or 3218451. OLE color: 3218451.

HSL color Cylindrical-coordinate representation of color #131C31: hue angle of 222º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131C31 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 28 49 -
CMYK 0.61 0.43 0 0.81
HSL 222º 0.44% 0.13% -
HSV(B) 222º 0.61% 0.19% -
XYZ 1.24 1.19 3.07 -
YUV 27.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 19 28 49 0.61 0.43 0 0.81 222 0.44 0.13
Hex 13 1C 31 3D 2B 0 51 DE 2C D
Octal 23 34 61 75 53 0 121 336 54 15
Binary 10011 11100 110001 111101 101011 0 1010001 11011110 101100 1101

Color Harmonies of #131C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C31

Black with #131C31

Text Example


Text Example

White with #131C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131C31; }

 p { color: rgb(19,28,49); }

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

background-color css

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

 a { background-color: rgb(19,28,49); }

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

border-color css

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

 span { border-color: rgb(19,28,49); }

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