#000FA6

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

Shades of New Midnight Blue #000FA6

Tints of New Midnight Blue #000FA6

Color information

#000FA6 (or 0x000FA6) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0F and A6. RGB value is (0,15,166). Sum of RGB (Red+Green+Blue) = 0+15+166=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 166 (65.23% from 255 or 91.71% from 181); Max value from RGB is 166 - color contains mainly: blue. Hex color #000FA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FA6 is #FFF059. Grayscale: #1B1B1B. Windows color (decimal): -16773210 or 10882816. OLE color: 10882816.

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

Color convert

RGB015166-
CMYK10.9100.35
HSL234.58º100%32.55%-
HSV(B)234.58º100%65.1%-
XYZ7.053.0936.3-
YUV27.73206.03108.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 166 (65.23% from 255) = 91.71%
R=0%
G=8.29%
B=91.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal01516610.9100.35234.5810032.55
Hex0FA6645B023eb6421
Octal01724614413304335314441
Binary0111110100110110010010110110100011111010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,15,166); }

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

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

 a { background-color: rgb(0,15,166); }

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

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

 span { border-color: rgb(0,15,166); }

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