Html Css Color HEX #131740 Midnight Express

📋 copy color: '#131740'

red 19 ◦ green 23 ◦ blue 64

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

Shades of Midnight Express #131740

Tints of Midnight Express #131740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 17.92%
G = 21.7%
B = 60.38%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131740 (or 0x131740) is known color: Midnight Express. HEX triplet: 13, 17 and 40. RGB value is (19,23,64). Sum of RGB (Red+Green+Blue) = 19+23+64=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #131740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131740 is #ECE8BF. Grayscale: #1A1A1A. Windows color (decimal): -15526080 or 4200211. OLE color: 4200211.

HSL color Cylindrical-coordinate representation of color #131740: hue angle of 234.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131740 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 23 64 -
CMYK 0.70 0.64 0 0.75
HSL 234.67º 0.54% 0.16% -
HSV(B) 234.67º 0.7% 0.25% -
XYZ 1.5 1.12 4.99 -
YUV 26.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 19 23 64 0.70 0.64 0 0.75 234.67 0.54 0.16
Hex 13 17 40 46 40 0 4B EB 36 10
Octal 23 27 100 106 100 0 113 353 66 20
Binary 10011 10111 1000000 1000110 1000000 0 1001011 11101011 110110 10000

Color Harmonies of #131740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131740

Black with #131740

Text Example


Text Example

White with #131740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131740; }

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

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

background-color css

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

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

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

border-color css

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

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

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