Html Css Color HEX #131336 Midnight Express

📋 copy color: '#131336'

red 19 ◦ green 19 ◦ blue 54

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

Shades of Midnight Express #131336

Tints of Midnight Express #131336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 58.7%

R = 20.65%
G = 20.65%
B = 58.7%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#131336 (or 0x131336) is known color: Midnight Express. HEX triplet: 13, 13 and 36. RGB value is (19,19,54). Sum of RGB (Red+Green+Blue) = 19+19+54=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #131336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131336 is #ECECC9. Grayscale: #161616. Windows color (decimal): -15527114 or 3543827. OLE color: 3543827.

HSL color Cylindrical-coordinate representation of color #131336: hue angle of 240º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131336 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 19 54 -
CMYK 0.65 0.65 0 0.79
HSL 240º 0.48% 0.14% -
HSV(B) 240º 0.65% 0.21% -
XYZ 1.17 0.87 3.6 -
YUV 22.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 19 19 54 0.65 0.65 0 0.79 240 0.48 0.14
Hex 13 13 36 41 41 0 4F F0 30 E
Octal 23 23 66 101 101 0 117 360 60 16
Binary 10011 10011 110110 1000001 1000001 0 1001111 11110000 110000 1110

Color Harmonies of #131336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131336

Black with #131336

Text Example


Text Example

White with #131336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131336; }

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

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

background-color css

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

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

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

border-color css

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

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

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