#080855

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

Shades of Midnight Blue #080855

Tints of Midnight Blue #080855

Color information

#080855 (or 0x080855) is unknown color: approx Midnight Blue. HEX triplet: 08, 08 and 55. RGB value is (8,8,85). Sum of RGB (Red+Green+Blue) = 8+8+85=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #080855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080855 is #F7F7AA. Grayscale: #101010. Windows color (decimal): -16250795 or 5572616. OLE color: 5572616.

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

Color convert

RGB8885-
CMYK0.910.9100.67
HSL240º82.8%18.24%-
HSV(B)240º90.59%33.33%-
XYZ1.830.888.67-
YUV16.78166.5121.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 85 (33.59% from 255) = 84.16%
R=7.92%
G=7.92%
B=84.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal88850.910.9100.6724082.818.24
Hex88555B5B043f05312
Octal1010125133133010336012322
Binary100010001010101101101110110110100001111110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080855; }

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

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

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

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

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

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

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

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