Html Css Color HEX #131E33 Midnight Express

📋 copy color: '#131E33'

red 19 ◦ green 30 ◦ blue 51

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

Shades of Midnight Express #131E33

Tints of Midnight Express #131E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 51%

R = 19%
G = 30%
B = 51%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#131E33 (or 0x131E33) is known color: Midnight Express. HEX triplet: 13, 1E and 33. RGB value is (19,30,51). Sum of RGB (Red+Green+Blue) = 19+30+51=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #131E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E33 is #ECE1CC. Grayscale: #1D1D1D. Windows color (decimal): -15524301 or 3350035. OLE color: 3350035.

HSL color Cylindrical-coordinate representation of color #131E33: hue angle of 219.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131E33 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 30 51 -
CMYK 0.63 0.41 0 0.8
HSL 219.38º 0.46% 0.14% -
HSV(B) 219.38º 0.63% 0.2% -
XYZ 1.33 1.31 3.31 -
YUV 29.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 19 30 51 0.63 0.41 0 0.8 219.38 0.46 0.14
Hex 13 1E 33 3F 29 0 50 DB 2E E
Octal 23 36 63 77 51 0 120 333 56 16
Binary 10011 11110 110011 111111 101001 0 1010000 11011011 101110 1110

Color Harmonies of #131E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E33

Black with #131E33

Text Example


Text Example

White with #131E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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