#080968

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

Shades of Midnight Blue #080968

Tints of Midnight Blue #080968

Color information

#080968 (or 0x080968) is unknown color: approx Midnight Blue. HEX triplet: 08, 09 and 68. RGB value is (8,9,104). Sum of RGB (Red+Green+Blue) = 8+9+104=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #080968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080968 is #F7F697. Grayscale: #131313. Windows color (decimal): -16250520 or 6818056. OLE color: 6818056.

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

Color convert

RGB89104-
CMYK0.920.9100.59
HSL239.38º85.71%21.96%-
HSV(B)239.38º92.31%40.78%-
XYZ2.71.2513.2-
YUV19.53175.67119.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 104 (41.02% from 255) = 85.95%
R=6.61%
G=7.44%
B=85.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal891040.920.9100.59239.3885.7121.96
Hex89685C5B03Bef5616
Octal101115013413307335712626
Binary10001001110100010111001011011011101111101111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080968; }

 p { color: rgb(8,9,104); }

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

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

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

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

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

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

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