Shades of Navy Blue #0261FB
Tints of Navy Blue #0261FB
RGB
CMYK
RGB Variations
Color information
#0261FB (or 0x0261FB) is known color: Navy Blue. HEX triplet: 02, 61 and FB. RGB value is (2,97,251). Sum of RGB (Red+Green+Blue) = 2+97+251=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #0261FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0261FB is #FD9E04. Grayscale: #555555. Windows color (decimal): -16621061 or 16474370. OLE color: 16474370.
HSL color Cylindrical-coordinate representation of color #0261FB: hue angle of 217.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0261FB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 97 | 251 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.02 |
| HSL | 217.11º | 0.98% | 0.5% | - |
| HSV(B) | 217.11º | 0.99% | 0.98% | - |
| XYZ | 21.71 | 15.53 | 93.12 | - |
| YUV | 86.15 | 221.03 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 251 | 0.99 | 0.61 | 0 | 0.02 | 217.11 | 0.98 | 0.5 |
| Hex | 2 | 61 | FB | 63 | 3D | 0 | 2 | D9 | 62 | 32 |
| Octal | 2 | 141 | 373 | 143 | 75 | 0 | 2 | 331 | 142 | 62 |
| Binary | 10 | 1100001 | 11111011 | 1100011 | 111101 | 0 | 10 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0261FB
Complementary color
Monochromatic Colors of #0261FB
Black with #0261FB
Text Example
Text Example
White with #0261FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261FB; }
p { color: rgb(2,97,251); }
H1.HeaderClassName
{
color: #0261FB;
}
.AnyTagClassName
{
color: #0261FB;
}
</style>
background-color css
<style>
a { background-color: #0261FB; }
a { background-color: rgb(2,97,251); }
div.DivClassName
{
background-color: #0261FB;
}
.BgClassName
{
background-color: #0261FB;
}
</style>
border-color css
<style>
span { border-color: #0261FB; }
span { border-color: rgb(2,97,251); }
td.TdClassName
{
border-color: #0261FB;
}
.TagClassName
{
border-color: #0261FB;
}
</style>