Html Css Color HEX #131E45 Midnight Express

📋 copy color: '#131E45'

red 19 ◦ green 30 ◦ blue 69

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

Shades of Midnight Express #131E45

Tints of Midnight Express #131E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 58.47%

R = 16.1%
G = 25.42%
B = 58.47%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131E45 (or 0x131E45) is known color: Midnight Express. HEX triplet: 13, 1E and 45. RGB value is (19,30,69). Sum of RGB (Red+Green+Blue) = 19+30+69=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #131E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E45 is #ECE1BA. Grayscale: #1E1E1E. Windows color (decimal): -15524283 or 4529683. OLE color: 4529683.

HSL color Cylindrical-coordinate representation of color #131E45: hue angle of 226.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131E45 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 30 69 -
CMYK 0.72 0.57 0 0.73
HSL 226.8º 0.57% 0.17% -
HSV(B) 226.8º 0.72% 0.27% -
XYZ 1.81 1.5 5.82 -
YUV 31.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 19 30 69 0.72 0.57 0 0.73 226.8 0.57 0.17
Hex 13 1E 45 48 39 0 49 E3 39 11
Octal 23 36 105 110 71 0 111 343 71 21
Binary 10011 11110 1000101 1001000 111001 0 1001001 11100011 111001 10001

Color Harmonies of #131E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E45

Black with #131E45

Text Example


Text Example

White with #131E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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