Html Css Color HEX #131538 Midnight Express

📋 copy color: '#131538'

red 19 ◦ green 21 ◦ blue 56

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

Shades of Midnight Express #131538

Tints of Midnight Express #131538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 58.33%

R = 19.79%
G = 21.88%
B = 58.33%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131538 (or 0x131538) is known color: Midnight Express. HEX triplet: 13, 15 and 38. RGB value is (19,21,56). Sum of RGB (Red+Green+Blue) = 19+21+56=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #131538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131538 is #ECEAC7. Grayscale: #181818. Windows color (decimal): -15526600 or 3675411. OLE color: 3675411.

HSL color Cylindrical-coordinate representation of color #131538: hue angle of 236.76º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131538 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 21 56 -
CMYK 0.66 0.63 0 0.78
HSL 236.76º 0.49% 0.15% -
HSV(B) 236.76º 0.66% 0.22% -
XYZ 1.25 0.96 3.86 -
YUV 24.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 19 21 56 0.66 0.63 0 0.78 236.76 0.49 0.15
Hex 13 15 38 42 3F 0 4E ED 31 F
Octal 23 25 70 102 77 0 116 355 61 17
Binary 10011 10101 111000 1000010 111111 0 1001110 11101101 110001 1111

Color Harmonies of #131538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131538

Black with #131538

Text Example


Text Example

White with #131538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131538; }

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

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

background-color css

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

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

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

border-color css

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

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

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