Shades of Navy Blue #0261FD
Tints of Navy Blue #0261FD
RGB
CMYK
RGB Variations
Color information
#0261FD (or 0x0261FD) is known color: Navy Blue. HEX triplet: 02, 61 and FD. RGB value is (2,97,253). Sum of RGB (Red+Green+Blue) = 2+97+253=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #0261FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0261FD is #FD9E02. Grayscale: #555555. Windows color (decimal): -16621059 or 16605442. OLE color: 16605442.
HSL color Cylindrical-coordinate representation of color #0261FD: hue angle of 217.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0261FD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 97 | 253 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.01 |
| HSL | 217.29º | 0.98% | 0.5% | - |
| HSV(B) | 217.29º | 0.99% | 0.99% | - |
| XYZ | 22.03 | 15.65 | 94.79 | - |
| YUV | 86.38 | 222.03 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 253 | 0.99 | 0.62 | 0 | 0.01 | 217.29 | 0.98 | 0.5 |
| Hex | 2 | 61 | FD | 63 | 3E | 0 | 1 | D9 | 62 | 32 |
| Octal | 2 | 141 | 375 | 143 | 76 | 0 | 1 | 331 | 142 | 62 |
| Binary | 10 | 1100001 | 11111101 | 1100011 | 111110 | 0 | 1 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0261FD
Complementary color
Monochromatic Colors of #0261FD
Black with #0261FD
Text Example
Text Example
White with #0261FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261FD; }
p { color: rgb(2,97,253); }
H1.HeaderClassName
{
color: #0261FD;
}
.AnyTagClassName
{
color: #0261FD;
}
</style>
background-color css
<style>
a { background-color: #0261FD; }
a { background-color: rgb(2,97,253); }
div.DivClassName
{
background-color: #0261FD;
}
.BgClassName
{
background-color: #0261FD;
}
</style>
border-color css
<style>
span { border-color: #0261FD; }
span { border-color: rgb(2,97,253); }
td.TdClassName
{
border-color: #0261FD;
}
.TagClassName
{
border-color: #0261FD;
}
</style>