Html Css Color HEX #131741 Midnight Express

📋 copy color: '#131741'

red 19 ◦ green 23 ◦ blue 65

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

Shades of Midnight Express #131741

Tints of Midnight Express #131741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.5%

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

R = 17.76%
G = 21.5%
B = 60.75%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131741 (or 0x131741) is known color: Midnight Express. HEX triplet: 13, 17 and 41. RGB value is (19,23,65). Sum of RGB (Red+Green+Blue) = 19+23+65=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #131741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131741 is #ECE8BE. Grayscale: #1A1A1A. Windows color (decimal): -15526079 or 4265747. OLE color: 4265747.

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

Color convert

RGB 19 23 65 -
CMYK 0.71 0.65 0 0.75
HSL 234.78º 0.55% 0.16% -
HSV(B) 234.78º 0.71% 0.25% -
XYZ 1.53 1.13 5.14 -
YUV 26.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 19 23 65 0.71 0.65 0 0.75 234.78 0.55 0.16
Hex 13 17 41 47 41 0 4B EB 37 10
Octal 23 27 101 107 101 0 113 353 67 20
Binary 10011 10111 1000001 1000111 1000001 0 1001011 11101011 110111 10000

Color Harmonies of #131741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131741

Black with #131741

Text Example


Text Example

White with #131741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131741; }

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

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

background-color css

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

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

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

border-color css

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

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

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