Html Css Color HEX #080E37 Midnight Express

📋 copy color: '#080E37'

red 8 ◦ green 14 ◦ blue 55

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

Shades of Midnight Express #080E37

Tints of Midnight Express #080E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 71.43%

R = 10.39%
G = 18.18%
B = 71.43%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080E37 (or 0x080E37) is known color: Midnight Express. HEX triplet: 08, 0E and 37. RGB value is (8,14,55). Sum of RGB (Red+Green+Blue) = 8+14+55=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #080E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E37 is #F7F1C8. Grayscale: #101010. Windows color (decimal): -16249289 or 3608072. OLE color: 3608072.

HSL color Cylindrical-coordinate representation of color #080E37: hue angle of 232.34º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080E37 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 14 55 -
CMYK 0.85 0.75 0 0.78
HSL 232.34º 0.75% 0.12% -
HSV(B) 232.34º 0.85% 0.22% -
XYZ 0.95 0.64 3.69 -
YUV 16.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 8 14 55 0.85 0.75 0 0.78 232.34 0.75 0.12
Hex 8 E 37 55 4B 0 4E E8 4B C
Octal 10 16 67 125 113 0 116 350 113 14
Binary 1000 1110 110111 1010101 1001011 0 1001110 11101000 1001011 1100

Color Harmonies of #080E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E37

Black with #080E37

Text Example


Text Example

White with #080E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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