Html Css Color HEX #061131 Midnight Express

📋 copy color: '#061131'

red 6 ◦ green 17 ◦ blue 49

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

Shades of Midnight Express #061131

Tints of Midnight Express #061131

RGB

 RED value IS 6 (2.73% from 255) = 8.33%

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

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

R = 8.33%
G = 23.61%
B = 68.06%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061131 (or 0x061131) is known color: Midnight Express. HEX triplet: 06, 11 and 31. RGB value is (6,17,49). Sum of RGB (Red+Green+Blue) = 6+17+49=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #061131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061131 is #F9EECE. Grayscale: #111111. Windows color (decimal): -16379599 or 3215622. OLE color: 3215622.

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

Color convert

RGB 6 17 49 -
CMYK 0.88 0.65 0 0.81
HSL 224.65º 0.78% 0.11% -
HSV(B) 224.65º 0.88% 0.19% -
XYZ 0.83 0.66 2.99 -
YUV 17.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 6 17 49 0.88 0.65 0 0.81 224.65 0.78 0.11
Hex 6 11 31 58 41 0 51 E1 4E B
Octal 6 21 61 130 101 0 121 341 116 13
Binary 110 10001 110001 1011000 1000001 0 1010001 11100001 1001110 1011

Color Harmonies of #061131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061131

Black with #061131

Text Example


Text Example

White with #061131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061131; }

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

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

background-color css

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

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

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

border-color css

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

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

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