Html Css Color HEX #080554 Midnight Blue

📋 copy color: '#080554'

red 8 ◦ green 5 ◦ blue 84

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

Shades of Midnight Blue #080554

Tints of Midnight Blue #080554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 84 (33.2% from 255) = 86.6%

R = 8.25%
G = 5.15%
B = 86.6%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080554 (or 0x080554) is known color: Midnight Blue. HEX triplet: 08, 05 and 54. RGB value is (8,5,84). Sum of RGB (Red+Green+Blue) = 8+5+84=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #080554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080554 is #F7FAAB. Grayscale: #0E0E0E. Windows color (decimal): -16251564 or 5506312. OLE color: 5506312.

HSL color Cylindrical-coordinate representation of color #080554: hue angle of 242.28º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080554 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 5 84 -
CMYK 0.90 0.94 0 0.67
HSL 242.28º 0.89% 0.17% -
HSV(B) 242.28º 0.94% 0.33% -
XYZ 1.75 0.8 8.45 -
YUV 14.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 8 5 84 0.90 0.94 0 0.67 242.28 0.89 0.17
Hex 8 5 54 5A 5E 0 43 F2 59 11
Octal 10 5 124 132 136 0 103 362 131 21
Binary 1000 101 1010100 1011010 1011110 0 1000011 11110010 1011001 10001

Color Harmonies of #080554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080554

Black with #080554

Text Example


Text Example

White with #080554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080554; }

 p { color: rgb(8,5,84); }

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

background-color css

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

 a { background-color: rgb(8,5,84); }

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

border-color css

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

 span { border-color: rgb(8,5,84); }

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