#080A57

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

Shades of Midnight Blue #080A57

Tints of Midnight Blue #080A57

Color information

#080A57 (or 0x080A57) is unknown color: approx Midnight Blue. HEX triplet: 08, 0A and 57. RGB value is (8,10,87). Sum of RGB (Red+Green+Blue) = 8+10+87=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #080A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A57 is #F7F5A8. Grayscale: #111111. Windows color (decimal): -16250281 or 5704200. OLE color: 5704200.

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

Color convert

RGB81087-
CMYK0.910.8900.66
HSL238.48º83.16%18.63%-
HSV(B)238.48º90.8%34.12%-
XYZ1.930.969.1-
YUV18.18166.84120.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 87 (34.38% from 255) = 82.86%
R=7.62%
G=9.52%
B=82.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal810870.910.8900.66238.4883.1618.63
Hex8A575B59042ee5313
Octal1012127133131010235612323
Binary100010101010111101101110110010100001011101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,10,87); }

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

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

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

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

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

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

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