Html Css Color HEX #131341 Midnight Express

📋 copy color: '#131341'

red 19 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #131341

Tints of Midnight Express #131341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 18.45%
G = 18.45%
B = 63.11%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131341 (or 0x131341) is known color: Midnight Express. HEX triplet: 13, 13 and 41. RGB value is (19,19,65). Sum of RGB (Red+Green+Blue) = 19+19+65=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #131341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131341 is #ECECBE. Grayscale: #181818. Windows color (decimal): -15527103 or 4264723. OLE color: 4264723.

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

Color convert

RGB 19 19 65 -
CMYK 0.71 0.71 0 0.75
HSL 240º 0.55% 0.16% -
HSV(B) 240º 0.71% 0.25% -
XYZ 1.46 0.99 5.11 -
YUV 24.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 19 19 65 0.71 0.71 0 0.75 240 0.55 0.16
Hex 13 13 41 47 47 0 4B F0 37 10
Octal 23 23 101 107 107 0 113 360 67 20
Binary 10011 10011 1000001 1000111 1000111 0 1001011 11110000 110111 10000

Color Harmonies of #131341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131341

Black with #131341

Text Example


Text Example

White with #131341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131341; }

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

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

background-color css

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

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

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

border-color css

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

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

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