Html Css Color HEX #080E48 Midnight Express

📋 copy color: '#080E48'

red 8 ◦ green 14 ◦ blue 72

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

Shades of Midnight Express #080E48

Tints of Midnight Express #080E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 76.6%

R = 8.51%
G = 14.89%
B = 76.6%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080E48 (or 0x080E48) is known color: Midnight Express. HEX triplet: 08, 0E and 48. RGB value is (8,14,72). Sum of RGB (Red+Green+Blue) = 8+14+72=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #080E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E48 is #F7F1B7. Grayscale: #121212. Windows color (decimal): -16249272 or 4722184. OLE color: 4722184.

HSL color Cylindrical-coordinate representation of color #080E48: hue angle of 234.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080E48 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 14 72 -
CMYK 0.89 0.81 0 0.72
HSL 234.38º 0.8% 0.16% -
HSV(B) 234.38º 0.89% 0.28% -
XYZ 1.43 0.83 6.22 -
YUV 18.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 8 14 72 0.89 0.81 0 0.72 234.38 0.8 0.16
Hex 8 E 48 59 51 0 48 EA 50 10
Octal 10 16 110 131 121 0 110 352 120 20
Binary 1000 1110 1001000 1011001 1010001 0 1001000 11101010 1010000 10000

Color Harmonies of #080E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E48

Black with #080E48

Text Example


Text Example

White with #080E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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