#0809AA

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

Shades of New Midnight Blue #0809AA

Tints of New Midnight Blue #0809AA

Color information

#0809AA (or 0x0809AA) is unknown color: approx New Midnight Blue. HEX triplet: 08, 09 and AA. RGB value is (8,9,170). Sum of RGB (Red+Green+Blue) = 8+9+170=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #0809AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0809AA is #F7F655. Grayscale: #1A1A1A. Windows color (decimal): -16250454 or 11143432. OLE color: 11143432.

HSL color Cylindrical-coordinate representation of color #0809AA: hue angle of 239.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0809AA is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89170-
CMYK0.950.9500.33
HSL239.63º91.01%34.9%-
HSV(B)239.63º95.29%66.67%-
XYZ7.453.1538.25-
YUV27.06208.67114.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 170 (66.80% from 255) = 90.91%
R=4.28%
G=4.81%
B=90.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891700.950.9500.33239.6391.0134.9
Hex89AA5F5F021f05b23
Octal101125213713704136013343
Binary1000100110101010101111110111110100001111100001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0809AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0809AA; }

 p { color: rgb(8,9,170); }

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

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

 a { background-color: rgb(8,9,170); }

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

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

 span { border-color: rgb(8,9,170); }

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