Shades of Navy Blue #0262BF
Tints of Navy Blue #0262BF
RGB
CMYK
RGB Variations
Color information
#0262BF (or 0x0262BF) is known color: Navy Blue. HEX triplet: 02, 62 and BF. RGB value is (2,98,191). Sum of RGB (Red+Green+Blue) = 2+98+191=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #0262BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262BF is #FD9D40. Grayscale: #4F4F4F. Windows color (decimal): -16620865 or 12542466. OLE color: 12542466.
HSL color Cylindrical-coordinate representation of color #0262BF: hue angle of 209.52º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262BF is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 98 | 191 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.25 |
| HSL | 209.52º | 0.98% | 0.38% | - |
| HSV(B) | 209.52º | 0.99% | 0.75% | - |
| XYZ | 13.8 | 12.51 | 50.98 | - |
| YUV | 79.9 | 190.7 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 191 | 0.99 | 0.49 | 0 | 0.25 | 209.52 | 0.98 | 0.38 |
| Hex | 2 | 62 | BF | 63 | 31 | 0 | 19 | D2 | 62 | 26 |
| Octal | 2 | 142 | 277 | 143 | 61 | 0 | 31 | 322 | 142 | 46 |
| Binary | 10 | 1100010 | 10111111 | 1100011 | 110001 | 0 | 11001 | 11010010 | 1100010 | 100110 |
Color Harmonies of #0262BF
Complementary color
Monochromatic Colors of #0262BF
Black with #0262BF
Text Example
Text Example
White with #0262BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262BF; }
p { color: rgb(2,98,191); }
H1.HeaderClassName
{
color: #0262BF;
}
.AnyTagClassName
{
color: #0262BF;
}
</style>
background-color css
<style>
a { background-color: #0262BF; }
a { background-color: rgb(2,98,191); }
div.DivClassName
{
background-color: #0262BF;
}
.BgClassName
{
background-color: #0262BF;
}
</style>
border-color css
<style>
span { border-color: #0262BF; }
span { border-color: rgb(2,98,191); }
td.TdClassName
{
border-color: #0262BF;
}
.TagClassName
{
border-color: #0262BF;
}
</style>