#080F5A

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

Shades of Midnight Blue #080F5A

Tints of Midnight Blue #080F5A

Color information

#080F5A (or 0x080F5A) is unknown color: approx Midnight Blue. HEX triplet: 08, 0F and 5A. RGB value is (8,15,90). Sum of RGB (Red+Green+Blue) = 8+15+90=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #080F5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F5A is #F7F0A5. Grayscale: #151515. Windows color (decimal): -16248998 or 5902088. OLE color: 5902088.

HSL color Cylindrical-coordinate representation of color #080F5A: hue angle of 234.88º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F5A is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81590-
CMYK0.910.8300.65
HSL234.88º83.67%19.22%-
HSV(B)234.88º91.11%35.29%-
XYZ2.121.139.78-
YUV21.46166.68118.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 15 (6.25% from 255) = 13.27%
BLUE value IS 90 (35.55% from 255) = 79.65%
R=7.08%
G=13.27%
B=79.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal815900.910.8300.65234.8883.6719.22
Hex8F5A5B53041eb5413
Octal1017132133123010135312423
Binary100011111011010101101110100110100000111101011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080F5A; }

 p { color: rgb(8,15,90); }

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

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

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

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

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

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

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