Html Css Color HEX #131140 Midnight Express

📋 copy color: '#131140'

red 19 ◦ green 17 ◦ blue 64

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

Shades of Midnight Express #131140

Tints of Midnight Express #131140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 19%
G = 17%
B = 64%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131140 (or 0x131140) is known color: Midnight Express. HEX triplet: 13, 11 and 40. RGB value is (19,17,64). Sum of RGB (Red+Green+Blue) = 19+17+64=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #131140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131140 is #ECEEBF. Grayscale: #161616. Windows color (decimal): -15527616 or 4198675. OLE color: 4198675.

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

Color convert

RGB 19 17 64 -
CMYK 0.70 0.73 0 0.75
HSL 242.55º 0.58% 0.16% -
HSV(B) 242.55º 0.73% 0.25% -
XYZ 1.39 0.91 4.95 -
YUV 22.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 19 17 64 0.70 0.73 0 0.75 242.55 0.58 0.16
Hex 13 11 40 46 49 0 4B F3 3A 10
Octal 23 21 100 106 111 0 113 363 72 20
Binary 10011 10001 1000000 1000110 1001001 0 1001011 11110011 111010 10000

Color Harmonies of #131140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131140

Black with #131140

Text Example


Text Example

White with #131140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131140; }

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

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

background-color css

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

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

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

border-color css

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

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

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