Html Css Color HEX #131E50 Midnight Express

📋 copy color: '#131E50'

red 19 ◦ green 30 ◦ blue 80

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

Shades of Midnight Express #131E50

Tints of Midnight Express #131E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 80 (31.64% from 255) = 62.02%

R = 14.73%
G = 23.26%
B = 62.02%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#131E50 (or 0x131E50) is known color: Midnight Express. HEX triplet: 13, 1E and 50. RGB value is (19,30,80). Sum of RGB (Red+Green+Blue) = 19+30+80=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #131E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E50 is #ECE1AF. Grayscale: #202020. Windows color (decimal): -15524272 or 5250579. OLE color: 5250579.

HSL color Cylindrical-coordinate representation of color #131E50: hue angle of 229.18º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131E50 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 30 80 -
CMYK 0.76 0.62 0 0.69
HSL 229.18º 0.62% 0.19% -
HSV(B) 229.18º 0.76% 0.31% -
XYZ 2.18 1.65 7.79 -
YUV 32.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 19 30 80 0.76 0.62 0 0.69 229.18 0.62 0.19
Hex 13 1E 50 4C 3E 0 45 E5 3E 13
Octal 23 36 120 114 76 0 105 345 76 23
Binary 10011 11110 1010000 1001100 111110 0 1000101 11100101 111110 10011

Color Harmonies of #131E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E50

Black with #131E50

Text Example


Text Example

White with #131E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,80); }

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

background-color css

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

 a { background-color: rgb(19,30,80); }

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

border-color css

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

 span { border-color: rgb(19,30,80); }

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