Html Css Color HEX #131541 Midnight Express

📋 copy color: '#131541'

red 19 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #131541

Tints of Midnight Express #131541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20%

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

R = 18.1%
G = 20%
B = 61.9%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131541 (or 0x131541) is known color: Midnight Express. HEX triplet: 13, 15 and 41. RGB value is (19,21,65). Sum of RGB (Red+Green+Blue) = 19+21+65=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #131541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131541 is #ECEABE. Grayscale: #191919. Windows color (decimal): -15526591 or 4265235. OLE color: 4265235.

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

Color convert

RGB 19 21 65 -
CMYK 0.71 0.68 0 0.75
HSL 237.39º 0.55% 0.16% -
HSV(B) 237.39º 0.71% 0.25% -
XYZ 1.49 1.06 5.13 -
YUV 25.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 19 21 65 0.71 0.68 0 0.75 237.39 0.55 0.16
Hex 13 15 41 47 44 0 4B ED 37 10
Octal 23 25 101 107 104 0 113 355 67 20
Binary 10011 10101 1000001 1000111 1000100 0 1001011 11101101 110111 10000

Color Harmonies of #131541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131541

Black with #131541

Text Example


Text Example

White with #131541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131541; }

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

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

background-color css

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

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

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

border-color css

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

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

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