Html Css Color HEX #131437 Midnight Express

📋 copy color: '#131437'

red 19 ◦ green 20 ◦ blue 55

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

Shades of Midnight Express #131437

Tints of Midnight Express #131437

RGB

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

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

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

R = 20.21%
G = 21.28%
B = 58.51%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131437 (or 0x131437) is known color: Midnight Express. HEX triplet: 13, 14 and 37. RGB value is (19,20,55). Sum of RGB (Red+Green+Blue) = 19+20+55=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #131437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131437 is #ECEBC8. Grayscale: #171717. Windows color (decimal): -15526857 or 3609619. OLE color: 3609619.

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

Color convert

RGB 19 20 55 -
CMYK 0.65 0.64 0 0.78
HSL 238.33º 0.49% 0.15% -
HSV(B) 238.33º 0.65% 0.22% -
XYZ 1.21 0.91 3.73 -
YUV 23.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 19 20 55 0.65 0.64 0 0.78 238.33 0.49 0.15
Hex 13 14 37 41 40 0 4E EE 31 F
Octal 23 24 67 101 100 0 116 356 61 17
Binary 10011 10100 110111 1000001 1000000 0 1001110 11101110 110001 1111

Color Harmonies of #131437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131437

Black with #131437

Text Example


Text Example

White with #131437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131437; }

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

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

background-color css

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

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

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

border-color css

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

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

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