Html Css Color HEX #131F3F Midnight Express

📋 copy color: '#131F3F'

red 19 ◦ green 31 ◦ blue 63

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

Shades of Midnight Express #131F3F

Tints of Midnight Express #131F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 55.75%

R = 16.81%
G = 27.43%
B = 55.75%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131F3F (or 0x131F3F) is known color: Midnight Express. HEX triplet: 13, 1F and 3F. RGB value is (19,31,63). Sum of RGB (Red+Green+Blue) = 19+31+63=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #131F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F3F is #ECE0C0. Grayscale: #1E1E1E. Windows color (decimal): -15524033 or 4136723. OLE color: 4136723.

HSL color Cylindrical-coordinate representation of color #131F3F: hue angle of 223.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131F3F is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 31 63 -
CMYK 0.70 0.51 0 0.75
HSL 223.64º 0.54% 0.16% -
HSV(B) 223.64º 0.7% 0.25% -
XYZ 1.66 1.48 4.9 -
YUV 31.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 19 31 63 0.70 0.51 0 0.75 223.64 0.54 0.16
Hex 13 1F 3F 46 33 0 4B E0 36 10
Octal 23 37 77 106 63 0 113 340 66 20
Binary 10011 11111 111111 1000110 110011 0 1001011 11100000 110110 10000

Color Harmonies of #131F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F3F

Black with #131F3F

Text Example


Text Example

White with #131F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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