Html Css Color HEX #080E5A Midnight Blue

📋 copy color: '#080E5A'

red 8 ◦ green 14 ◦ blue 90

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

Shades of Midnight Blue #080E5A

Tints of Midnight Blue #080E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 80.36%

R = 7.14%
G = 12.5%
B = 80.36%

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

#080E5A (or 0x080E5A) is known color: Midnight Blue. HEX triplet: 08, 0E and 5A. RGB value is (8,14,90). Sum of RGB (Red+Green+Blue) = 8+14+90=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #080E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E5A is #F7F1A5. Grayscale: #141414. Windows color (decimal): -16249254 or 5901832. OLE color: 5901832.

HSL color Cylindrical-coordinate representation of color #080E5A: hue angle of 235.61º 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 #080E5A is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 14 90 -
CMYK 0.91 0.84 0 0.65
HSL 235.61º 0.84% 0.19% -
HSV(B) 235.61º 0.91% 0.35% -
XYZ 2.1 1.1 9.78 -
YUV 20.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 8 14 90 0.91 0.84 0 0.65 235.61 0.84 0.19
Hex 8 E 5A 5B 54 0 41 EC 54 13
Octal 10 16 132 133 124 0 101 354 124 23
Binary 1000 1110 1011010 1011011 1010100 0 1000001 11101100 1010100 10011

Color Harmonies of #080E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E5A

Black with #080E5A

Text Example


Text Example

White with #080E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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