Html Css Color HEX #080E41 Midnight Express

📋 copy color: '#080E41'

red 8 ◦ green 14 ◦ blue 65

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

Shades of Midnight Express #080E41

Tints of Midnight Express #080E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 74.71%

R = 9.2%
G = 16.09%
B = 74.71%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080E41 (or 0x080E41) is known color: Midnight Express. HEX triplet: 08, 0E and 41. RGB value is (8,14,65). Sum of RGB (Red+Green+Blue) = 8+14+65=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #080E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E41 is #F7F1BE. Grayscale: #111111. Windows color (decimal): -16249279 or 4263432. OLE color: 4263432.

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

Color convert

RGB 8 14 65 -
CMYK 0.88 0.78 0 0.75
HSL 233.68º 0.78% 0.14% -
HSV(B) 233.68º 0.88% 0.25% -
XYZ 1.21 0.75 5.08 -
YUV 18.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 8 14 65 0.88 0.78 0 0.75 233.68 0.78 0.14
Hex 8 E 41 58 4E 0 4B EA 4E E
Octal 10 16 101 130 116 0 113 352 116 16
Binary 1000 1110 1000001 1011000 1001110 0 1001011 11101010 1001110 1110

Color Harmonies of #080E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E41

Black with #080E41

Text Example


Text Example

White with #080E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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