#0801AA

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

Shades of New Midnight Blue #0801AA

Tints of New Midnight Blue #0801AA

Color information

#0801AA (or 0x0801AA) is unknown color: approx New Midnight Blue. HEX triplet: 08, 01 and AA. RGB value is (8,1,170). Sum of RGB (Red+Green+Blue) = 8+1+170=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 170 (66.80% from 255 or 94.97% from 179); Max value from RGB is 170 - color contains mainly: blue. Hex color #0801AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0801AA is #F7FE55. Grayscale: #151515. Windows color (decimal): -16252502 or 11141384. OLE color: 11141384.

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

Color convert

RGB81170-
CMYK0.950.9900.33
HSL242.49º98.83%33.53%-
HSV(B)242.49º99.41%66.67%-
XYZ7.372.9838.22-
YUV22.36211.32117.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 170 (66.80% from 255) = 94.97%
R=4.47%
G=0.56%
B=94.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811700.950.9900.33242.4998.8333.53
Hex81AA5F63021f26322
Octal10125213714304136214342
Binary1000110101010101111111000110100001111100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0801AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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