Html Css Color HEX #131E3A Midnight Express

📋 copy color: '#131E3A'

red 19 ◦ green 30 ◦ blue 58

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

Shades of Midnight Express #131E3A

Tints of Midnight Express #131E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 54.21%

R = 17.76%
G = 28.04%
B = 54.21%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#131E3A (or 0x131E3A) is known color: Midnight Express. HEX triplet: 13, 1E and 3A. RGB value is (19,30,58). Sum of RGB (Red+Green+Blue) = 19+30+58=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #131E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3A is #ECE1C5. Grayscale: #1D1D1D. Windows color (decimal): -15524294 or 3808787. OLE color: 3808787.

HSL color Cylindrical-coordinate representation of color #131E3A: hue angle of 223.08º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131E3A is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 30 58 -
CMYK 0.67 0.48 0 0.77
HSL 223.08º 0.51% 0.15% -
HSV(B) 223.08º 0.67% 0.23% -
XYZ 1.5 1.37 4.19 -
YUV 29.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 19 30 58 0.67 0.48 0 0.77 223.08 0.51 0.15
Hex 13 1E 3A 43 30 0 4D DF 33 F
Octal 23 36 72 103 60 0 115 337 63 17
Binary 10011 11110 111010 1000011 110000 0 1001101 11011111 110011 1111

Color Harmonies of #131E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E3A

Black with #131E3A

Text Example


Text Example

White with #131E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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