Html Css Color HEX #080756 Midnight Blue

📋 copy color: '#080756'

red 8 ◦ green 7 ◦ blue 86

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

Shades of Midnight Blue #080756

Tints of Midnight Blue #080756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.93%

 BLUE value IS 86 (33.98% from 255) = 85.15%

R = 7.92%
G = 6.93%
B = 85.15%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#080756 (or 0x080756) is known color: Midnight Blue. HEX triplet: 08, 07 and 56. RGB value is (8,7,86). Sum of RGB (Red+Green+Blue) = 8+7+86=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #080756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080756 is #F7F8A9. Grayscale: #0F0F0F. Windows color (decimal): -16251050 or 5637896. OLE color: 5637896.

HSL color Cylindrical-coordinate representation of color #080756: hue angle of 240.76º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080756 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 7 86 -
CMYK 0.91 0.92 0 0.66
HSL 240.76º 0.85% 0.18% -
HSV(B) 240.76º 0.92% 0.34% -
XYZ 1.86 0.88 8.88 -
YUV 16.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 8 7 86 0.91 0.92 0 0.66 240.76 0.85 0.18
Hex 8 7 56 5B 5C 0 42 F1 55 12
Octal 10 7 126 133 134 0 102 361 125 22
Binary 1000 111 1010110 1011011 1011100 0 1000010 11110001 1010101 10010

Color Harmonies of #080756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080756

Black with #080756

Text Example


Text Example

White with #080756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080756; }

 p { color: rgb(8,7,86); }

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

background-color css

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

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

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

border-color css

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

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

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