Shades of Navy Blue #0262CF
Tints of Navy Blue #0262CF
RGB
CMYK
RGB Variations
Color information
#0262CF (or 0x0262CF) is known color: Navy Blue. HEX triplet: 02, 62 and CF. RGB value is (2,98,207). Sum of RGB (Red+Green+Blue) = 2+98+207=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #0262CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262CF is #FD9D30. Grayscale: #515151. Windows color (decimal): -16620849 or 13591042. OLE color: 13591042.
HSL color Cylindrical-coordinate representation of color #0262CF: hue angle of 211.9º 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 #0262CF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 98 | 207 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.19 |
| HSL | 211.9º | 0.98% | 0.41% | - |
| HSV(B) | 211.9º | 0.99% | 0.81% | - |
| XYZ | 15.66 | 13.25 | 60.76 | - |
| YUV | 81.72 | 198.7 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 207 | 0.99 | 0.53 | 0 | 0.19 | 211.9 | 0.98 | 0.41 |
| Hex | 2 | 62 | CF | 63 | 35 | 0 | 13 | D4 | 62 | 29 |
| Octal | 2 | 142 | 317 | 143 | 65 | 0 | 23 | 324 | 142 | 51 |
| Binary | 10 | 1100010 | 11001111 | 1100011 | 110101 | 0 | 10011 | 11010100 | 1100010 | 101001 |
Color Harmonies of #0262CF
Complementary color
Monochromatic Colors of #0262CF
Black with #0262CF
Text Example
Text Example
White with #0262CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262CF; }
p { color: rgb(2,98,207); }
H1.HeaderClassName
{
color: #0262CF;
}
.AnyTagClassName
{
color: #0262CF;
}
</style>
background-color css
<style>
a { background-color: #0262CF; }
a { background-color: rgb(2,98,207); }
div.DivClassName
{
background-color: #0262CF;
}
.BgClassName
{
background-color: #0262CF;
}
</style>
border-color css
<style>
span { border-color: #0262CF; }
span { border-color: rgb(2,98,207); }
td.TdClassName
{
border-color: #0262CF;
}
.TagClassName
{
border-color: #0262CF;
}
</style>