Html Css Color HEX #080859 Midnight Blue

📋 copy color: '#080859'

red 8 ◦ green 8 ◦ blue 89

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

Shades of Midnight Blue #080859

Tints of Midnight Blue #080859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 7.62%
G = 7.62%
B = 84.76%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080859 (or 0x080859) is known color: Midnight Blue. HEX triplet: 08, 08 and 59. RGB value is (8,8,89). Sum of RGB (Red+Green+Blue) = 8+8+89=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #080859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080859 is #F7F7A6. Grayscale: #101010. Windows color (decimal): -16250791 or 5834760. OLE color: 5834760.

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

Color convert

RGB 8 8 89 -
CMYK 0.91 0.91 0 0.65
HSL 240º 0.84% 0.19% -
HSV(B) 240º 0.91% 0.35% -
XYZ 1.99 0.95 9.53 -
YUV 17.23 168.5 121.41 -
System Red Green Blue C M Y K H S L
Decimal 8 8 89 0.91 0.91 0 0.65 240 0.84 0.19
Hex 8 8 59 5B 5B 0 41 F0 54 13
Octal 10 10 131 133 133 0 101 360 124 23
Binary 1000 1000 1011001 1011011 1011011 0 1000001 11110000 1010100 10011

Color Harmonies of #080859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080859

Black with #080859

Text Example


Text Example

White with #080859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080859; }

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

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

background-color css

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

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

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

border-color css

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

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

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