Html Css Color HEX #131F4D Midnight Express

📋 copy color: '#131F4D'

red 19 ◦ green 31 ◦ blue 77

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

Shades of Midnight Express #131F4D

Tints of Midnight Express #131F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 77 (30.47% from 255) = 60.63%

R = 14.96%
G = 24.41%
B = 60.63%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#131F4D (or 0x131F4D) is known color: Midnight Express. HEX triplet: 13, 1F and 4D. RGB value is (19,31,77). Sum of RGB (Red+Green+Blue) = 19+31+77=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #131F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F4D is #ECE0B2. Grayscale: #202020. Windows color (decimal): -15524019 or 5054227. OLE color: 5054227.

HSL color Cylindrical-coordinate representation of color #131F4D: hue angle of 227.59º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131F4D is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 31 77 -
CMYK 0.75 0.60 0 0.70
HSL 227.59º 0.6% 0.19% -
HSV(B) 227.59º 0.75% 0.3% -
XYZ 2.1 1.65 7.23 -
YUV 32.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 19 31 77 0.75 0.60 0 0.70 227.59 0.6 0.19
Hex 13 1F 4D 4B 3C 0 46 E4 3C 13
Octal 23 37 115 113 74 0 106 344 74 23
Binary 10011 11111 1001101 1001011 111100 0 1000110 11100100 111100 10011

Color Harmonies of #131F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F4D

Black with #131F4D

Text Example


Text Example

White with #131F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,31,77); }

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

background-color css

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

 a { background-color: rgb(19,31,77); }

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

border-color css

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

 span { border-color: rgb(19,31,77); }

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