Html Css Color HEX #080E59 Midnight Blue

📋 copy color: '#080E59'

red 8 ◦ green 14 ◦ blue 89

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

Shades of Midnight Blue #080E59

Tints of Midnight Blue #080E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 80.18%

R = 7.21%
G = 12.61%
B = 80.18%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080E59 (or 0x080E59) is known color: Midnight Blue. HEX triplet: 08, 0E and 59. RGB value is (8,14,89). Sum of RGB (Red+Green+Blue) = 8+14+89=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #080E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E59 is #F7F1A6. Grayscale: #141414. Windows color (decimal): -16249255 or 5836296. OLE color: 5836296.

HSL color Cylindrical-coordinate representation of color #080E59: hue angle of 235.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080E59 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 14 89 -
CMYK 0.91 0.84 0 0.65
HSL 235.56º 0.84% 0.19% -
HSV(B) 235.56º 0.91% 0.35% -
XYZ 2.06 1.09 9.55 -
YUV 20.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 8 14 89 0.91 0.84 0 0.65 235.56 0.84 0.19
Hex 8 E 59 5B 54 0 41 EC 54 13
Octal 10 16 131 133 124 0 101 354 124 23
Binary 1000 1110 1011001 1011011 1010100 0 1000001 11101100 1010100 10011

Color Harmonies of #080E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E59

Black with #080E59

Text Example


Text Example

White with #080E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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