Html Css Color HEX #080E6F Midnight Blue

📋 copy color: '#080E6F'

red 8 ◦ green 14 ◦ blue 111

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

Shades of Midnight Blue #080E6F

Tints of Midnight Blue #080E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 83.46%

R = 6.02%
G = 10.53%
B = 83.46%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080E6F (or 0x080E6F) is known color: Midnight Blue. HEX triplet: 08, 0E and 6F. RGB value is (8,14,111). Sum of RGB (Red+Green+Blue) = 8+14+111=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #080E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E6F is #F7F190. Grayscale: #161616. Windows color (decimal): -16249233 or 7278088. OLE color: 7278088.

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

Color convert

RGB 8 14 111 -
CMYK 0.93 0.87 0 0.56
HSL 236.5º 0.87% 0.23% -
HSV(B) 236.5º 0.93% 0.44% -
XYZ 3.13 1.51 15.17 -
YUV 23.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 8 14 111 0.93 0.87 0 0.56 236.5 0.87 0.23
Hex 8 E 6F 5D 57 0 38 ED 57 17
Octal 10 16 157 135 127 0 70 355 127 27
Binary 1000 1110 1101111 1011101 1010111 0 111000 11101101 1010111 10111

Color Harmonies of #080E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E6F

Black with #080E6F

Text Example


Text Example

White with #080E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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