#080652

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

Shades of Midnight Blue #080652

Tints of Midnight Blue #080652

Color information

#080652 (or 0x080652) is unknown color: approx Midnight Blue. HEX triplet: 08, 06 and 52. RGB value is (8,6,82). Sum of RGB (Red+Green+Blue) = 8+6+82=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 82 (32.42% from 255 or 85.42% from 96); Max value from RGB is 82 - color contains mainly: blue. Hex color #080652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080652 is #F7F9AD. Grayscale: #0E0E0E. Windows color (decimal): -16251310 or 5375496. OLE color: 5375496.

HSL color Cylindrical-coordinate representation of color #080652: hue angle of 241.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080652 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB8682-
CMYK0.900.9300.68
HSL241.58º86.36%17.25%-
HSV(B)241.58º92.68%32.16%-
XYZ1.690.798.05-
YUV15.26165.66122.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 82 (32.42% from 255) = 85.42%
R=8.33%
G=6.25%
B=85.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal86820.900.9300.68241.5886.3617.25
Hex86525A5D044f25611
Octal106122132135010436212621
Binary10001101010010101101010111010100010011110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080652; }

 p { color: rgb(8,6,82); }

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

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

 a { background-color: rgb(8,6,82); }

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

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

 span { border-color: rgb(8,6,82); }

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