#080796

Color #080796 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #080796

Tints of New Midnight Blue #080796

Color information

#080796 (or 0x080796) is unknown color: approx New Midnight Blue. HEX triplet: 08, 07 and 96. RGB value is (8,7,150). Sum of RGB (Red+Green+Blue) = 8+7+150=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 150 (58.98% from 255 or 90.91% from 165); Max value from RGB is 150 - color contains mainly: blue. Hex color #080796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080796 is #F7F869. Grayscale: #171717. Windows color (decimal): -16250986 or 9832200. OLE color: 9832200.

HSL color Cylindrical-coordinate representation of color #080796: hue angle of 240.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080796 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87150-
CMYK0.950.9500.41
HSL240.42º91.08%30.78%-
HSV(B)240.42º95.33%58.82%-
XYZ5.682.4129.02-
YUV23.6199.33116.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 150 (58.98% from 255) = 90.91%
R=4.85%
G=4.24%
B=90.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871500.950.9500.41240.4291.0830.78
Hex87965F5F029f05b1f
Octal10722613713705136013337
Binary10001111001011010111111011111010100111110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080796; }

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

 H1.HeaderClassName
 {
   color: #080796;
 }
 .AnyTagClassName
 {
   color: #080796;
 }
</style>
background-color css

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

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

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

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

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

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