#080B5A

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

Shades of Midnight Blue #080B5A

Tints of Midnight Blue #080B5A

Color information

#080B5A (or 0x080B5A) is unknown color: approx Midnight Blue. HEX triplet: 08, 0B and 5A. RGB value is (8,11,90). Sum of RGB (Red+Green+Blue) = 8+11+90=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #080B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B5A is #F7F4A5. Grayscale: #121212. Windows color (decimal): -16250022 or 5901064. OLE color: 5901064.

HSL color Cylindrical-coordinate representation of color #080B5A: hue angle of 237.8º 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 #080B5A is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81190-
CMYK0.910.8800.65
HSL237.8º83.67%19.22%-
HSV(B)237.8º91.11%35.29%-
XYZ2.071.039.76-
YUV19.11168.01120.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 90 (35.55% from 255) = 82.57%
R=7.34%
G=10.09%
B=82.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal811900.910.8800.65237.883.6719.22
Hex8B5A5B58041ee5413
Octal1013132133130010135612423
Binary100010111011010101101110110000100000111101110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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