Shades of Navy Blue #0261CF
Tints of Navy Blue #0261CF
RGB
CMYK
RGB Variations
Color information
#0261CF (or 0x0261CF) is known color: Navy Blue. HEX triplet: 02, 61 and CF. RGB value is (2,97,207). Sum of RGB (Red+Green+Blue) = 2+97+207=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #0261CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0261CF is #FD9E30. Grayscale: #505050. Windows color (decimal): -16621105 or 13590786. OLE color: 13590786.
HSL color Cylindrical-coordinate representation of color #0261CF: hue angle of 212.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0261CF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 97 | 207 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.19 |
| HSL | 212.2º | 0.98% | 0.41% | - |
| HSV(B) | 212.2º | 0.99% | 0.81% | - |
| XYZ | 15.56 | 13.07 | 60.73 | - |
| YUV | 81.14 | 199.03 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 207 | 0.99 | 0.53 | 0 | 0.19 | 212.2 | 0.98 | 0.41 |
| Hex | 2 | 61 | CF | 63 | 35 | 0 | 13 | D4 | 62 | 29 |
| Octal | 2 | 141 | 317 | 143 | 65 | 0 | 23 | 324 | 142 | 51 |
| Binary | 10 | 1100001 | 11001111 | 1100011 | 110101 | 0 | 10011 | 11010100 | 1100010 | 101001 |
Color Harmonies of #0261CF
Complementary color
Monochromatic Colors of #0261CF
Black with #0261CF
Text Example
Text Example
White with #0261CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261CF; }
p { color: rgb(2,97,207); }
H1.HeaderClassName
{
color: #0261CF;
}
.AnyTagClassName
{
color: #0261CF;
}
</style>
background-color css
<style>
a { background-color: #0261CF; }
a { background-color: rgb(2,97,207); }
div.DivClassName
{
background-color: #0261CF;
}
.BgClassName
{
background-color: #0261CF;
}
</style>
border-color css
<style>
span { border-color: #0261CF; }
span { border-color: rgb(2,97,207); }
td.TdClassName
{
border-color: #0261CF;
}
.TagClassName
{
border-color: #0261CF;
}
</style>