Html Css Color HEX #011131 Midnight Express

📋 copy color: '#011131'

red 1 ◦ green 17 ◦ blue 49

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

Shades of Midnight Express #011131

Tints of Midnight Express #011131

RGB

 RED value IS 1 (0.78% from 255) = 1.49%

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

 BLUE value IS 49 (19.53% from 255) = 73.13%

R = 1.49%
G = 25.37%
B = 73.13%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011131 (or 0x011131) is known color: Midnight Express. HEX triplet: 01, 11 and 31. RGB value is (1,17,49). Sum of RGB (Red+Green+Blue) = 1+17+49=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #011131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011131 is #FEEECE. Grayscale: #0F0F0F. Windows color (decimal): -16707279 or 3215617. OLE color: 3215617.

HSL color Cylindrical-coordinate representation of color #011131: hue angle of 220º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011131 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 17 49 -
CMYK 0.98 0.65 0 0.81
HSL 220º 0.96% 0.1% -
HSV(B) 220º 0.98% 0.19% -
XYZ 0.77 0.63 2.99 -
YUV 15.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 1 17 49 0.98 0.65 0 0.81 220 0.96 0.1
Hex 1 11 31 62 41 0 51 DC 60 A
Octal 1 21 61 142 101 0 121 334 140 12
Binary 1 10001 110001 1100010 1000001 0 1010001 11011100 1100000 1010

Color Harmonies of #011131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011131

Black with #011131

Text Example


Text Example

White with #011131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011131; }

 p { color: rgb(1,17,49); }

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

background-color css

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

 a { background-color: rgb(1,17,49); }

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

border-color css

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

 span { border-color: rgb(1,17,49); }

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