Shades of New Midnight Blue #000FA3
Tints of New Midnight Blue #000FA3
RGB
CMYK
RGB Variations
Color information
#000FA3 (or 0x000FA3) is known color: 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
| RGB | 0 | 15 | 163 | - |
| CMYK | 1 | 0.91 | 0 | 0.36 |
| HSL | 234.48º | 1% | 0.32% | - |
| HSV(B) | 234.48º | 1% | 0.64% | - |
| XYZ | 6.78 | 2.99 | 34.87 | - |
| YUV | 27.39 | 204.53 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 163 | 1 | 0.91 | 0 | 0.36 | 234.48 | 1 | 0.32 |
| Hex | 0 | F | A3 | 64 | 5B | 0 | 24 | EA | 64 | 20 |
| Octal | 0 | 17 | 243 | 144 | 133 | 0 | 44 | 352 | 144 | 40 |
| Binary | 0 | 1111 | 10100011 | 1100100 | 1011011 | 0 | 100100 | 11101010 | 1100100 | 100000 |
Color Harmonies of #000FA3
Complementary color
Monochromatic Colors of #000FA3
Black with #000FA3
Text Example
Text Example
White with #000FA3
Text Example
Text Example
HTML Codes & Css Web 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>