Html Css Color HEX #080E71 Midnight Blue

📋 copy color: '#080E71'

red 8 ◦ green 14 ◦ blue 113

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

Shades of Midnight Blue #080E71

Tints of Midnight Blue #080E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 83.7%

R = 5.93%
G = 10.37%
B = 83.7%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080E71 (or 0x080E71) is known color: Midnight Blue. HEX triplet: 08, 0E and 71. RGB value is (8,14,113). Sum of RGB (Red+Green+Blue) = 8+14+113=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #080E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E71 is #F7F18E. Grayscale: #171717. Windows color (decimal): -16249231 or 7409160. OLE color: 7409160.

HSL color Cylindrical-coordinate representation of color #080E71: hue angle of 236.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080E71 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 14 113 -
CMYK 0.93 0.88 0 0.56
HSL 236.57º 0.87% 0.24% -
HSV(B) 236.57º 0.93% 0.44% -
XYZ 3.24 1.56 15.75 -
YUV 23.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 8 14 113 0.93 0.88 0 0.56 236.57 0.87 0.24
Hex 8 E 71 5D 58 0 38 ED 57 18
Octal 10 16 161 135 130 0 70 355 127 30
Binary 1000 1110 1110001 1011101 1011000 0 111000 11101101 1010111 11000

Color Harmonies of #080E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E71

Black with #080E71

Text Example


Text Example

White with #080E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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