Html Css Color HEX #131038 Midnight Express

📋 copy color: '#131038'

red 19 ◦ green 16 ◦ blue 56

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

Shades of Midnight Express #131038

Tints of Midnight Express #131038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.58%

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

R = 20.88%
G = 17.58%
B = 61.54%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131038 (or 0x131038) is known color: Midnight Express. HEX triplet: 13, 10 and 38. RGB value is (19,16,56). Sum of RGB (Red+Green+Blue) = 19+16+56=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #131038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131038 is #ECEFC7. Grayscale: #151515. Windows color (decimal): -15527880 or 3674131. OLE color: 3674131.

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

Color convert

RGB 19 16 56 -
CMYK 0.66 0.71 0 0.78
HSL 244.5º 0.56% 0.14% -
HSV(B) 244.5º 0.71% 0.22% -
XYZ 1.17 0.79 3.83 -
YUV 21.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 19 16 56 0.66 0.71 0 0.78 244.5 0.56 0.14
Hex 13 10 38 42 47 0 4E F4 38 E
Octal 23 20 70 102 107 0 116 364 70 16
Binary 10011 10000 111000 1000010 1000111 0 1001110 11110100 111000 1110

Color Harmonies of #131038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131038

Black with #131038

Text Example


Text Example

White with #131038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131038; }

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

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

background-color css

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

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

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

border-color css

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

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

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