Html Css Color HEX #080559 Midnight Blue

📋 copy color: '#080559'

red 8 ◦ green 5 ◦ blue 89

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

Shades of Midnight Blue #080559

Tints of Midnight Blue #080559

RGB

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

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

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

R = 7.84%
G = 4.9%
B = 87.25%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080559 (or 0x080559) is known color: Midnight Blue. HEX triplet: 08, 05 and 59. RGB value is (8,5,89). Sum of RGB (Red+Green+Blue) = 8+5+89=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 89 (35.16% from 255 or 87.25% from 102); Max value from RGB is 89 - color contains mainly: blue. Hex color #080559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080559 is #F7FAA6. Grayscale: #0F0F0F. Windows color (decimal): -16251559 or 5833992. OLE color: 5833992.

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

Color convert

RGB 8 5 89 -
CMYK 0.91 0.94 0 0.65
HSL 242.14º 0.89% 0.18% -
HSV(B) 242.14º 0.94% 0.35% -
XYZ 1.96 0.88 9.52 -
YUV 15.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 8 5 89 0.91 0.94 0 0.65 242.14 0.89 0.18
Hex 8 5 59 5B 5E 0 41 F2 59 12
Octal 10 5 131 133 136 0 101 362 131 22
Binary 1000 101 1011001 1011011 1011110 0 1000001 11110010 1011001 10010

Color Harmonies of #080559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080559

Black with #080559

Text Example


Text Example

White with #080559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080559; }

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

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

background-color css

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

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

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

border-color css

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

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

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