#081069

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

Shades of Midnight Blue #081069

Tints of Midnight Blue #081069

Color information

#081069 (or 0x081069) is unknown color: approx Midnight Blue. HEX triplet: 08, 10 and 69. RGB value is (8,16,105). Sum of RGB (Red+Green+Blue) = 8+16+105=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #081069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081069 is #F7EF96. Grayscale: #171717. Windows color (decimal): -16248727 or 6885384. OLE color: 6885384.

HSL color Cylindrical-coordinate representation of color #081069: hue angle of 235.05º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081069 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB816105-
CMYK0.920.8500.59
HSL235.05º85.84%22.16%-
HSV(B)235.05º92.38%41.18%-
XYZ2.841.4413.49-
YUV23.75173.85116.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 105 (41.41% from 255) = 81.40%
R=6.20%
G=12.40%
B=81.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8161050.920.8500.59235.0585.8422.16
Hex810695C5503Beb5616
Octal102015113412507335312626
Binary100010000110100110111001010101011101111101011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081069; }

 p { color: rgb(8,16,105); }

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

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

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

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

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

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

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