#000AA5

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

Shades of New Midnight Blue #000AA5

Tints of New Midnight Blue #000AA5

Color information

#000AA5 (or 0x000AA5) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0A and A5. RGB value is (0,10,165). Sum of RGB (Red+Green+Blue) = 0+10+165=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 165 (64.84% from 255 or 94.29% from 175); Max value from RGB is 165 - color contains mainly: blue. Hex color #000AA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AA5 is #FFF55A. Grayscale: #181818. Windows color (decimal): -16774491 or 10816000. OLE color: 10816000.

HSL color Cylindrical-coordinate representation of color #000AA5: hue angle of 236.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000AA5 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB010165-
CMYK10.9400.35
HSL236.36º100%32.35%-
HSV(B)236.36º100%64.71%-
XYZ6.92.9335.8-
YUV24.68207.19110.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 165 (64.84% from 255) = 94.29%
R=0%
G=5.71%
B=94.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal01016510.9400.35236.3610032.35
Hex0AA5645E023ec6420
Octal01224514413604335414440
Binary0101010100101110010010111100100011111011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000AA5; }

 p { color: rgb(0,10,165); }

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

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

 a { background-color: rgb(0,10,165); }

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

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

 span { border-color: rgb(0,10,165); }

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