Html Css Color HEX #080760 Midnight Blue

📋 copy color: '#080760'

red 8 ◦ green 7 ◦ blue 96

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

Shades of Midnight Blue #080760

Tints of Midnight Blue #080760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 86.49%

R = 7.21%
G = 6.31%
B = 86.49%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080760 (or 0x080760) is known color: Midnight Blue. HEX triplet: 08, 07 and 60. RGB value is (8,7,96). Sum of RGB (Red+Green+Blue) = 8+7+96=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 96 (37.89% from 255 or 86.49% from 111); Max value from RGB is 96 - color contains mainly: blue. Hex color #080760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080760 is #F7F89F. Grayscale: #111111. Windows color (decimal): -16251040 or 6293256. OLE color: 6293256.

HSL color Cylindrical-coordinate representation of color #080760: hue angle of 240.67º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080760 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 7 96 -
CMYK 0.92 0.93 0 0.62
HSL 240.67º 0.86% 0.2% -
HSV(B) 240.67º 0.93% 0.38% -
XYZ 2.29 1.05 11.15 -
YUV 17.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 8 7 96 0.92 0.93 0 0.62 240.67 0.86 0.2
Hex 8 7 60 5C 5D 0 3E F1 56 14
Octal 10 7 140 134 135 0 76 361 126 24
Binary 1000 111 1100000 1011100 1011101 0 111110 11110001 1010110 10100

Color Harmonies of #080760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080760

Black with #080760

Text Example


Text Example

White with #080760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080760; }

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

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

background-color css

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

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

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

border-color css

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

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

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