Html Css Color HEX #131041 Midnight Express

📋 copy color: '#131041'

red 19 ◦ green 16 ◦ blue 65

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

Shades of Midnight Express #131041

Tints of Midnight Express #131041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

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

R = 19%
G = 16%
B = 65%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131041 (or 0x131041) is known color: Midnight Express. HEX triplet: 13, 10 and 41. RGB value is (19,16,65). Sum of RGB (Red+Green+Blue) = 19+16+65=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #131041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131041 is #ECEFBE. Grayscale: #161616. Windows color (decimal): -15527871 or 4263955. OLE color: 4263955.

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

Color convert

RGB 19 16 65 -
CMYK 0.71 0.75 0 0.75
HSL 243.67º 0.6% 0.16% -
HSV(B) 243.67º 0.75% 0.25% -
XYZ 1.41 0.89 5.1 -
YUV 22.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 19 16 65 0.71 0.75 0 0.75 243.67 0.6 0.16
Hex 13 10 41 47 4B 0 4B F4 3C 10
Octal 23 20 101 107 113 0 113 364 74 20
Binary 10011 10000 1000001 1000111 1001011 0 1001011 11110100 111100 10000

Color Harmonies of #131041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131041

Black with #131041

Text Example


Text Example

White with #131041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131041; }

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

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

background-color css

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

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

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

border-color css

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

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

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