#080A6D

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

Shades of Midnight Blue #080A6D

Tints of Midnight Blue #080A6D

Color information

#080A6D (or 0x080A6D) is unknown color: approx Midnight Blue. HEX triplet: 08, 0A and 6D. RGB value is (8,10,109). Sum of RGB (Red+Green+Blue) = 8+10+109=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #080A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A6D is #F7F592. Grayscale: #141414. Windows color (decimal): -16250259 or 7145992. OLE color: 7145992.

HSL color Cylindrical-coordinate representation of color #080A6D: hue angle of 238.81º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080A6D is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB810109-
CMYK0.930.9100.57
HSL238.81º86.32%22.94%-
HSV(B)238.81º92.66%42.75%-
XYZ2.971.3714.58-
YUV20.69177.84118.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 10 (4.30% from 255) = 7.87%
BLUE value IS 109 (42.97% from 255) = 85.83%
R=6.30%
G=7.87%
B=85.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8101090.930.9100.57238.8186.3222.94
Hex8A6D5D5B039ef5617
Octal101215513513307135712627
Binary10001010110110110111011011011011100111101111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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