Html Css Color HEX #131E3B Midnight Express

📋 copy color: '#131E3B'

red 19 ◦ green 30 ◦ blue 59

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

Shades of Midnight Express #131E3B

Tints of Midnight Express #131E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 54.63%

R = 17.59%
G = 27.78%
B = 54.63%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#131E3B (or 0x131E3B) is known color: Midnight Express. HEX triplet: 13, 1E and 3B. RGB value is (19,30,59). Sum of RGB (Red+Green+Blue) = 19+30+59=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #131E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3B is #ECE1C4. Grayscale: #1D1D1D. Windows color (decimal): -15524293 or 3874323. OLE color: 3874323.

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

Color convert

RGB 19 30 59 -
CMYK 0.68 0.49 0 0.77
HSL 223.5º 0.51% 0.15% -
HSV(B) 223.5º 0.68% 0.23% -
XYZ 1.52 1.38 4.32 -
YUV 30.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 19 30 59 0.68 0.49 0 0.77 223.5 0.51 0.15
Hex 13 1E 3B 44 31 0 4D E0 33 F
Octal 23 36 73 104 61 0 115 340 63 17
Binary 10011 11110 111011 1000100 110001 0 1001101 11100000 110011 1111

Color Harmonies of #131E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E3B

Black with #131E3B

Text Example


Text Example

White with #131E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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