Html Css Color HEX #131141 Midnight Express

📋 copy color: '#131141'

red 19 ◦ green 17 ◦ blue 65

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

Shades of Midnight Express #131141

Tints of Midnight Express #131141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

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

R = 18.81%
G = 16.83%
B = 64.36%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131141 (or 0x131141) is known color: Midnight Express. HEX triplet: 13, 11 and 41. RGB value is (19,17,65). Sum of RGB (Red+Green+Blue) = 19+17+65=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #131141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131141 is #ECEEBE. Grayscale: #161616. Windows color (decimal): -15527615 or 4264211. OLE color: 4264211.

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

Color convert

RGB 19 17 65 -
CMYK 0.71 0.74 0 0.75
HSL 242.5º 0.59% 0.16% -
HSV(B) 242.5º 0.74% 0.25% -
XYZ 1.42 0.92 5.1 -
YUV 23.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 19 17 65 0.71 0.74 0 0.75 242.5 0.59 0.16
Hex 13 11 41 47 4A 0 4B F2 3B 10
Octal 23 21 101 107 112 0 113 362 73 20
Binary 10011 10001 1000001 1000111 1001010 0 1001011 11110010 111011 10000

Color Harmonies of #131141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131141

Black with #131141

Text Example


Text Example

White with #131141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131141; }

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

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

background-color css

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

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

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

border-color css

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

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

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