Shades of Navy Blue #0260DF
Tints of Navy Blue #0260DF
RGB
CMYK
RGB Variations
Color information
#0260DF (or 0x0260DF) is known color: Navy Blue. HEX triplet: 02, 60 and DF. RGB value is (2,96,223). Sum of RGB (Red+Green+Blue) = 2+96+223=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #0260DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260DF is #FD9F20. Grayscale: #515151. Windows color (decimal): -16621345 or 14639106. OLE color: 14639106.
HSL color Cylindrical-coordinate representation of color #0260DF: hue angle of 214.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260DF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 96 | 223 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.13 |
| HSL | 214.48º | 0.98% | 0.44% | - |
| HSV(B) | 214.48º | 0.99% | 0.87% | - |
| XYZ | 17.53 | 13.71 | 71.53 | - |
| YUV | 82.37 | 207.36 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 223 | 0.99 | 0.57 | 0 | 0.13 | 214.48 | 0.98 | 0.44 |
| Hex | 2 | 60 | DF | 63 | 39 | 0 | D | D6 | 62 | 2C |
| Octal | 2 | 140 | 337 | 143 | 71 | 0 | 15 | 326 | 142 | 54 |
| Binary | 10 | 1100000 | 11011111 | 1100011 | 111001 | 0 | 1101 | 11010110 | 1100010 | 101100 |
Color Harmonies of #0260DF
Complementary color
Monochromatic Colors of #0260DF
Black with #0260DF
Text Example
Text Example
White with #0260DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260DF; }
p { color: rgb(2,96,223); }
H1.HeaderClassName
{
color: #0260DF;
}
.AnyTagClassName
{
color: #0260DF;
}
</style>
background-color css
<style>
a { background-color: #0260DF; }
a { background-color: rgb(2,96,223); }
div.DivClassName
{
background-color: #0260DF;
}
.BgClassName
{
background-color: #0260DF;
}
</style>
border-color css
<style>
span { border-color: #0260DF; }
span { border-color: rgb(2,96,223); }
td.TdClassName
{
border-color: #0260DF;
}
.TagClassName
{
border-color: #0260DF;
}
</style>