Html Css Color HEX #131138 Midnight Express

📋 copy color: '#131138'

red 19 ◦ green 17 ◦ blue 56

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

Shades of Midnight Express #131138

Tints of Midnight Express #131138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

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

R = 20.65%
G = 18.48%
B = 60.87%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131138 (or 0x131138) is known color: Midnight Express. HEX triplet: 13, 11 and 38. RGB value is (19,17,56). Sum of RGB (Red+Green+Blue) = 19+17+56=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #131138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131138 is #ECEEC7. Grayscale: #151515. Windows color (decimal): -15527624 or 3674387. OLE color: 3674387.

HSL color Cylindrical-coordinate representation of color #131138: hue angle of 243.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131138 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 17 56 -
CMYK 0.66 0.70 0 0.78
HSL 243.08º 0.53% 0.14% -
HSV(B) 243.08º 0.7% 0.22% -
XYZ 1.18 0.82 3.84 -
YUV 22.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 19 17 56 0.66 0.70 0 0.78 243.08 0.53 0.14
Hex 13 11 38 42 46 0 4E F3 35 E
Octal 23 21 70 102 106 0 116 363 65 16
Binary 10011 10001 111000 1000010 1000110 0 1001110 11110011 110101 1110

Color Harmonies of #131138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131138

Black with #131138

Text Example


Text Example

White with #131138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131138; }

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

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

background-color css

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

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

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

border-color css

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

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

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