Html Css Color HEX #131441 Midnight Express

📋 copy color: '#131441'

red 19 ◦ green 20 ◦ blue 65

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

Shades of Midnight Express #131441

Tints of Midnight Express #131441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 18.27%
G = 19.23%
B = 62.5%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131441 (or 0x131441) is known color: Midnight Express. HEX triplet: 13, 14 and 41. RGB value is (19,20,65). Sum of RGB (Red+Green+Blue) = 19+20+65=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #131441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131441 is #ECEBBE. Grayscale: #181818. Windows color (decimal): -15526847 or 4264979. OLE color: 4264979.

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

Color convert

RGB 19 20 65 -
CMYK 0.71 0.69 0 0.75
HSL 238.7º 0.55% 0.16% -
HSV(B) 238.7º 0.71% 0.25% -
XYZ 1.47 1.02 5.12 -
YUV 24.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 19 20 65 0.71 0.69 0 0.75 238.7 0.55 0.16
Hex 13 14 41 47 45 0 4B EF 37 10
Octal 23 24 101 107 105 0 113 357 67 20
Binary 10011 10100 1000001 1000111 1000101 0 1001011 11101111 110111 10000

Color Harmonies of #131441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131441

Black with #131441

Text Example


Text Example

White with #131441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131441; }

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

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

background-color css

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

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

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

border-color css

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

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

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