Html Css Color HEX #131D38 Midnight Express

📋 copy color: '#131D38'

red 19 ◦ green 29 ◦ blue 56

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

Shades of Midnight Express #131D38

Tints of Midnight Express #131D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 18.27%
G = 27.88%
B = 53.85%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131D38 (or 0x131D38) is known color: Midnight Express. HEX triplet: 13, 1D and 38. RGB value is (19,29,56). Sum of RGB (Red+Green+Blue) = 19+29+56=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #131D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D38 is #ECE2C7. Grayscale: #1C1C1C. Windows color (decimal): -15524552 or 3677459. OLE color: 3677459.

HSL color Cylindrical-coordinate representation of color #131D38: hue angle of 223.78º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131D38 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 29 56 -
CMYK 0.66 0.48 0 0.78
HSL 223.78º 0.49% 0.15% -
HSV(B) 223.78º 0.66% 0.22% -
XYZ 1.42 1.3 3.92 -
YUV 29.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 19 29 56 0.66 0.48 0 0.78 223.78 0.49 0.15
Hex 13 1D 38 42 30 0 4E E0 31 F
Octal 23 35 70 102 60 0 116 340 61 17
Binary 10011 11101 111000 1000010 110000 0 1001110 11100000 110001 1111

Color Harmonies of #131D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D38

Black with #131D38

Text Example


Text Example

White with #131D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,56); }

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

background-color css

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

 a { background-color: rgb(19,29,56); }

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

border-color css

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

 span { border-color: rgb(19,29,56); }

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