Html Css Color HEX #131F41 Midnight Express

📋 copy color: '#131F41'

red 19 ◦ green 31 ◦ blue 65

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

Shades of Midnight Express #131F41

Tints of Midnight Express #131F41

RGB

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

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

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

R = 16.52%
G = 26.96%
B = 56.52%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131F41 (or 0x131F41) is known color: Midnight Express. HEX triplet: 13, 1F and 41. RGB value is (19,31,65). Sum of RGB (Red+Green+Blue) = 19+31+65=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #131F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F41 is #ECE0BE. Grayscale: #1F1F1F. Windows color (decimal): -15524031 or 4267795. OLE color: 4267795.

HSL color Cylindrical-coordinate representation of color #131F41: hue angle of 224.35º 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 #131F41 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 31 65 -
CMYK 0.71 0.52 0 0.75
HSL 224.35º 0.55% 0.16% -
HSV(B) 224.35º 0.71% 0.25% -
XYZ 1.71 1.5 5.2 -
YUV 31.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 19 31 65 0.71 0.52 0 0.75 224.35 0.55 0.16
Hex 13 1F 41 47 34 0 4B E0 37 10
Octal 23 37 101 107 64 0 113 340 67 20
Binary 10011 11111 1000001 1000111 110100 0 1001011 11100000 110111 10000

Color Harmonies of #131F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F41

Black with #131F41

Text Example


Text Example

White with #131F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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