Html Css Color HEX #131241 Midnight Express

📋 copy color: '#131241'

red 19 ◦ green 18 ◦ blue 65

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

Shades of Midnight Express #131241

Tints of Midnight Express #131241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 18.63%
G = 17.65%
B = 63.73%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131241 (or 0x131241) is known color: Midnight Express. HEX triplet: 13, 12 and 41. RGB value is (19,18,65). Sum of RGB (Red+Green+Blue) = 19+18+65=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #131241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131241 is #ECEDBE. Grayscale: #171717. Windows color (decimal): -15527359 or 4264467. OLE color: 4264467.

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

Color convert

RGB 19 18 65 -
CMYK 0.71 0.72 0 0.75
HSL 241.28º 0.57% 0.16% -
HSV(B) 241.28º 0.72% 0.25% -
XYZ 1.44 0.95 5.11 -
YUV 23.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 19 18 65 0.71 0.72 0 0.75 241.28 0.57 0.16
Hex 13 12 41 47 48 0 4B F1 39 10
Octal 23 22 101 107 110 0 113 361 71 20
Binary 10011 10010 1000001 1000111 1001000 0 1001011 11110001 111001 10000

Color Harmonies of #131241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131241

Black with #131241

Text Example


Text Example

White with #131241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131241; }

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

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

background-color css

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

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

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

border-color css

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

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

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