#000FA3

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

Shades of New Midnight Blue #000FA3

Tints of New Midnight Blue #000FA3

Color information

#000FA3 (or 0x000FA3) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0F and A3. RGB value is (0,15,163). Sum of RGB (Red+Green+Blue) = 0+15+163=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 163 (64.06% from 255 or 91.57% from 178); Max value from RGB is 163 - color contains mainly: blue. Hex color #000FA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000FA3 is #FFF05C. Grayscale: #1A1A1A. Windows color (decimal): -16773213 or 10686208. OLE color: 10686208.

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

Color convert

RGB015163-
CMYK10.9100.36
HSL234.48º100%31.96%-
HSV(B)234.48º100%63.92%-
XYZ6.782.9934.87-
YUV27.39204.53108.47-

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.43%
BLUE value IS 163 (64.06% from 255) = 91.57%
R=0%
G=8.43%
B=91.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal01516310.9100.36234.4810031.96
Hex0FA3645B024ea6420
Octal01724314413304435214440
Binary0111110100011110010010110110100100111010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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