Shades of Navy Blue #0061FC
Tints of Navy Blue #0061FC
RGB
CMYK
RGB Variations
Color information
#0061FC (or 0x0061FC) is known color: Navy Blue. HEX triplet: 00, 61 and FC. RGB value is (0,97,252). Sum of RGB (Red+Green+Blue) = 0+97+252=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #0061FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0061FC is #FF9E03. Grayscale: #545454. Windows color (decimal): -16752132 or 16539904. OLE color: 16539904.
HSL color Cylindrical-coordinate representation of color #0061FC: hue angle of 216.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061FC is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 97 | 252 | - |
| CMYK | 1 | 0.62 | 0 | 0.01 |
| HSL | 216.9º | 1% | 0.49% | - |
| HSV(B) | 216.9º | 1% | 0.99% | - |
| XYZ | 21.85 | 15.58 | 93.95 | - |
| YUV | 85.67 | 221.86 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 252 | 1 | 0.62 | 0 | 0.01 | 216.9 | 1 | 0.49 |
| Hex | 0 | 61 | FC | 64 | 3E | 0 | 1 | D9 | 64 | 31 |
| Octal | 0 | 141 | 374 | 144 | 76 | 0 | 1 | 331 | 144 | 61 |
| Binary | 0 | 1100001 | 11111100 | 1100100 | 111110 | 0 | 1 | 11011001 | 1100100 | 110001 |
Color Harmonies of #0061FC
Complementary color
Monochromatic Colors of #0061FC
Black with #0061FC
Text Example
Text Example
White with #0061FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061FC; }
p { color: rgb(0,97,252); }
H1.HeaderClassName
{
color: #0061FC;
}
.AnyTagClassName
{
color: #0061FC;
}
</style>
background-color css
<style>
a { background-color: #0061FC; }
a { background-color: rgb(0,97,252); }
div.DivClassName
{
background-color: #0061FC;
}
.BgClassName
{
background-color: #0061FC;
}
</style>
border-color css
<style>
span { border-color: #0061FC; }
span { border-color: rgb(0,97,252); }
td.TdClassName
{
border-color: #0061FC;
}
.TagClassName
{
border-color: #0061FC;
}
</style>