Html Css Color HEX #131941 Midnight Express

📋 copy color: '#131941'

red 19 ◦ green 25 ◦ blue 65

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

Shades of Midnight Express #131941

Tints of Midnight Express #131941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.94%

 BLUE value IS 65 (25.78% from 255) = 59.63%

R = 17.43%
G = 22.94%
B = 59.63%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131941 (or 0x131941) is known color: Midnight Express. HEX triplet: 13, 19 and 41. RGB value is (19,25,65). Sum of RGB (Red+Green+Blue) = 19+25+65=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #131941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131941 is #ECE6BE. Grayscale: #1B1B1B. Windows color (decimal): -15525567 or 4266259. OLE color: 4266259.

HSL color Cylindrical-coordinate representation of color #131941: hue angle of 232.17º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131941 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 25 65 -
CMYK 0.71 0.62 0 0.75
HSL 232.17º 0.55% 0.16% -
HSV(B) 232.17º 0.71% 0.25% -
XYZ 1.57 1.22 5.15 -
YUV 27.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 19 25 65 0.71 0.62 0 0.75 232.17 0.55 0.16
Hex 13 19 41 47 3E 0 4B E8 37 10
Octal 23 31 101 107 76 0 113 350 67 20
Binary 10011 11001 1000001 1000111 111110 0 1001011 11101000 110111 10000

Color Harmonies of #131941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131941

Black with #131941

Text Example


Text Example

White with #131941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131941; }

 p { color: rgb(19,25,65); }

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

background-color css

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

 a { background-color: rgb(19,25,65); }

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

border-color css

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

 span { border-color: rgb(19,25,65); }

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