Shades of Navy Blue #0262C5
Tints of Navy Blue #0262C5
RGB
CMYK
RGB Variations
Color information
#0262C5 (or 0x0262C5) is known color: Navy Blue. HEX triplet: 02, 62 and C5. RGB value is (2,98,197). Sum of RGB (Red+Green+Blue) = 2+98+197=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 197 (77.34% from 255 or 66.33% from 297); Max value from RGB is 197 - color contains mainly: blue. Hex color #0262C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262C5 is #FD9D3A. Grayscale: #505050. Windows color (decimal): -16620859 or 12935682. OLE color: 12935682.
HSL color Cylindrical-coordinate representation of color #0262C5: hue angle of 210.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262C5 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 98 | 197 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.23 |
| HSL | 210.46º | 0.98% | 0.39% | - |
| HSV(B) | 210.46º | 0.99% | 0.77% | - |
| XYZ | 14.47 | 12.78 | 54.53 | - |
| YUV | 80.58 | 193.7 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 197 | 0.99 | 0.50 | 0 | 0.23 | 210.46 | 0.98 | 0.39 |
| Hex | 2 | 62 | C5 | 63 | 32 | 0 | 17 | D2 | 62 | 27 |
| Octal | 2 | 142 | 305 | 143 | 62 | 0 | 27 | 322 | 142 | 47 |
| Binary | 10 | 1100010 | 11000101 | 1100011 | 110010 | 0 | 10111 | 11010010 | 1100010 | 100111 |
Color Harmonies of #0262C5
Complementary color
Monochromatic Colors of #0262C5
Black with #0262C5
Text Example
Text Example
White with #0262C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262C5; }
p { color: rgb(2,98,197); }
H1.HeaderClassName
{
color: #0262C5;
}
.AnyTagClassName
{
color: #0262C5;
}
</style>
background-color css
<style>
a { background-color: #0262C5; }
a { background-color: rgb(2,98,197); }
div.DivClassName
{
background-color: #0262C5;
}
.BgClassName
{
background-color: #0262C5;
}
</style>
border-color css
<style>
span { border-color: #0262C5; }
span { border-color: rgb(2,98,197); }
td.TdClassName
{
border-color: #0262C5;
}
.TagClassName
{
border-color: #0262C5;
}
</style>