Html Css Color HEX #131E3D Midnight Express

📋 copy color: '#131E3D'

red 19 ◦ green 30 ◦ blue 61

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

Shades of Midnight Express #131E3D

Tints of Midnight Express #131E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.45%

R = 17.27%
G = 27.27%
B = 55.45%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#131E3D (or 0x131E3D) is known color: Midnight Express. HEX triplet: 13, 1E and 3D. RGB value is (19,30,61). Sum of RGB (Red+Green+Blue) = 19+30+61=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #131E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3D is #ECE1C2. Grayscale: #1E1E1E. Windows color (decimal): -15524291 or 4005395. OLE color: 4005395.

HSL color Cylindrical-coordinate representation of color #131E3D: hue angle of 224.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131E3D is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 30 61 -
CMYK 0.69 0.51 0 0.76
HSL 224.29º 0.53% 0.16% -
HSV(B) 224.29º 0.69% 0.24% -
XYZ 1.58 1.4 4.6 -
YUV 30.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 19 30 61 0.69 0.51 0 0.76 224.29 0.53 0.16
Hex 13 1E 3D 45 33 0 4C E0 34 10
Octal 23 36 75 105 63 0 114 340 64 20
Binary 10011 11110 111101 1000101 110011 0 1001100 11100000 110100 10000

Color Harmonies of #131E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E3D

Black with #131E3D

Text Example


Text Example

White with #131E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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