Html Css Color HEX #080E44 Midnight Express

📋 copy color: '#080E44'

red 8 ◦ green 14 ◦ blue 68

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

Shades of Midnight Express #080E44

Tints of Midnight Express #080E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 75.56%

R = 8.89%
G = 15.56%
B = 75.56%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080E44 (or 0x080E44) is known color: Midnight Express. HEX triplet: 08, 0E and 44. RGB value is (8,14,68). Sum of RGB (Red+Green+Blue) = 8+14+68=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #080E44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E44 is #F7F1BB. Grayscale: #121212. Windows color (decimal): -16249276 or 4460040. OLE color: 4460040.

HSL color Cylindrical-coordinate representation of color #080E44: hue angle of 234º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080E44 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 14 68 -
CMYK 0.88 0.79 0 0.73
HSL 234º 0.79% 0.15% -
HSV(B) 234º 0.88% 0.27% -
XYZ 1.3 0.78 5.55 -
YUV 18.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 8 14 68 0.88 0.79 0 0.73 234 0.79 0.15
Hex 8 E 44 58 4F 0 49 EA 4F F
Octal 10 16 104 130 117 0 111 352 117 17
Binary 1000 1110 1000100 1011000 1001111 0 1001001 11101010 1001111 1111

Color Harmonies of #080E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E44

Black with #080E44

Text Example


Text Example

White with #080E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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