Html Css Color HEX #080E31 Midnight Express

📋 copy color: '#080E31'

red 8 ◦ green 14 ◦ blue 49

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

Shades of Midnight Express #080E31

Tints of Midnight Express #080E31

RGB

 RED value IS 8 (3.52% from 255) = 11.27%

 GREEN value IS 14 (5.86% from 255) = 19.72%

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

R = 11.27%
G = 19.72%
B = 69.01%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#080E31 (or 0x080E31) is known color: Midnight Express. HEX triplet: 08, 0E and 31. RGB value is (8,14,49). Sum of RGB (Red+Green+Blue) = 8+14+49=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #080E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E31 is #F7F1CE. Grayscale: #101010. Windows color (decimal): -16249295 or 3214856. OLE color: 3214856.

HSL color Cylindrical-coordinate representation of color #080E31: hue angle of 231.22º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080E31 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 14 49 -
CMYK 0.84 0.71 0 0.81
HSL 231.22º 0.72% 0.11% -
HSV(B) 231.22º 0.84% 0.19% -
XYZ 0.81 0.59 2.98 -
YUV 16.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 8 14 49 0.84 0.71 0 0.81 231.22 0.72 0.11
Hex 8 E 31 54 47 0 51 E7 48 B
Octal 10 16 61 124 107 0 121 347 110 13
Binary 1000 1110 110001 1010100 1000111 0 1010001 11100111 1001000 1011

Color Harmonies of #080E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E31

Black with #080E31

Text Example


Text Example

White with #080E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080E31; }

 p { color: rgb(8,14,49); }

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

background-color css

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

 a { background-color: rgb(8,14,49); }

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

border-color css

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

 span { border-color: rgb(8,14,49); }

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