#000AAF

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

Shades of New Midnight Blue #000AAF

Tints of New Midnight Blue #000AAF

Color information

#000AAF (or 0x000AAF) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0A and AF. RGB value is (0,10,175). Sum of RGB (Red+Green+Blue) = 0+10+175=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 175 (68.75% from 255 or 94.59% from 185); Max value from RGB is 175 - color contains mainly: blue. Hex color #000AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000AAF is #FFF550. Grayscale: #191919. Windows color (decimal): -16774481 or 11471360. OLE color: 11471360.

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

Color convert

RGB010175-
CMYK10.9400.31
HSL236.57º100%34.31%-
HSV(B)236.57º100%68.63%-
XYZ7.853.3140.78-
YUV25.82212.19109.58-

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.41%
BLUE value IS 175 (68.75% from 255) = 94.59%
R=0%
G=5.41%
B=94.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal01017510.9400.31236.5710034.31
Hex0AAF645E01Fed6422
Octal01225714413603735514442
Binary010101010111111001001011110011111111011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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