Html Css Color HEX #061331 Midnight Express

📋 copy color: '#061331'

red 6 ◦ green 19 ◦ blue 49

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

Shades of Midnight Express #061331

Tints of Midnight Express #061331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 8.11%
G = 25.68%
B = 66.22%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061331 (or 0x061331) is known color: Midnight Express. HEX triplet: 06, 13 and 31. RGB value is (6,19,49). Sum of RGB (Red+Green+Blue) = 6+19+49=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #061331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061331 is #F9ECCE. Grayscale: #121212. Windows color (decimal): -16379087 or 3216134. OLE color: 3216134.

HSL color Cylindrical-coordinate representation of color #061331: hue angle of 221.86º 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 #061331 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 19 49 -
CMYK 0.88 0.61 0 0.81
HSL 221.86º 0.78% 0.11% -
HSV(B) 221.86º 0.88% 0.19% -
XYZ 0.86 0.73 3 -
YUV 18.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 6 19 49 0.88 0.61 0 0.81 221.86 0.78 0.11
Hex 6 13 31 58 3D 0 51 DE 4E B
Octal 6 23 61 130 75 0 121 336 116 13
Binary 110 10011 110001 1011000 111101 0 1010001 11011110 1001110 1011

Color Harmonies of #061331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061331

Black with #061331

Text Example


Text Example

White with #061331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061331; }

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

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

background-color css

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

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

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

border-color css

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

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

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