#080596

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

Shades of New Midnight Blue #080596

Tints of New Midnight Blue #080596

Color information

#080596 (or 0x080596) is unknown color: approx New Midnight Blue. HEX triplet: 08, 05 and 96. RGB value is (8,5,150). Sum of RGB (Red+Green+Blue) = 8+5+150=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 150 (58.98% from 255 or 92.02% from 163); Max value from RGB is 150 - color contains mainly: blue. Hex color #080596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080596 is #F7FA69. Grayscale: #151515. Windows color (decimal): -16251498 or 9831688. OLE color: 9831688.

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

Color convert

RGB85150-
CMYK0.950.9700.41
HSL241.24º93.55%30.39%-
HSV(B)241.24º96.67%58.82%-
XYZ5.662.3629.01-
YUV22.43199.99117.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 150 (58.98% from 255) = 92.02%
R=4.91%
G=3.07%
B=92.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851500.950.9700.41241.2493.5530.39
Hex85965F61029f15e1e
Octal10522613714105136113636
Binary10001011001011010111111100001010100111110001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080596; }

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

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

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

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

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

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

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

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