#080055

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

Shades of Midnight Blue #080055

Tints of Midnight Blue #080055

Color information

#080055 (or 0x080055) is unknown color: approx Midnight Blue. HEX triplet: 08, 00 and 55. RGB value is (8,0,85). Sum of RGB (Red+Green+Blue) = 8+0+85=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 85 (33.59% from 255 or 91.40% from 93); Max value from RGB is 85 - color contains mainly: blue. Hex color #080055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080055 is #F7FFAA. Grayscale: #0B0B0B. Windows color (decimal): -16252843 or 5570568. OLE color: 5570568.

HSL color Cylindrical-coordinate representation of color #080055: hue angle of 245.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080055 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB8085-
CMYK0.91100.67
HSL245.65º100%16.67%-
HSV(B)245.65º100%33.33%-
XYZ1.740.718.64-
YUV12.08169.15125.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 91.40%
R=8.60%
G=0%
B=91.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal80850.91100.67245.6510016.67
Hex80555B64043f66411
Octal100125133144010336614421
Binary100001010101101101111001000100001111110110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080055; }

 p { color: rgb(8,0,85); }

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

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

 a { background-color: rgb(8,0,85); }

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

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

 span { border-color: rgb(8,0,85); }

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