Shades of Navy Blue #0265CE
Tints of Navy Blue #0265CE
RGB
CMYK
RGB Variations
Color information
#0265CE (or 0x0265CE) is known color: Navy Blue. HEX triplet: 02, 65 and CE. RGB value is (2,101,206). Sum of RGB (Red+Green+Blue) = 2+101+206=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #0265CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265CE is #FD9A31. Grayscale: #525252. Windows color (decimal): -16620082 or 13526274. OLE color: 13526274.
HSL color Cylindrical-coordinate representation of color #0265CE: hue angle of 210.88º 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 #0265CE is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 101 | 206 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.19 |
| HSL | 210.88º | 0.98% | 0.41% | - |
| HSV(B) | 210.88º | 0.99% | 0.81% | - |
| XYZ | 15.82 | 13.78 | 60.22 | - |
| YUV | 83.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 206 | 0.99 | 0.51 | 0 | 0.19 | 210.88 | 0.98 | 0.41 |
| Hex | 2 | 65 | CE | 63 | 33 | 0 | 13 | D3 | 62 | 29 |
| Octal | 2 | 145 | 316 | 143 | 63 | 0 | 23 | 323 | 142 | 51 |
| Binary | 10 | 1100101 | 11001110 | 1100011 | 110011 | 0 | 10011 | 11010011 | 1100010 | 101001 |
Color Harmonies of #0265CE
Complementary color
Monochromatic Colors of #0265CE
Black with #0265CE
Text Example
Text Example
White with #0265CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265CE; }
p { color: rgb(2,101,206); }
H1.HeaderClassName
{
color: #0265CE;
}
.AnyTagClassName
{
color: #0265CE;
}
</style>
background-color css
<style>
a { background-color: #0265CE; }
a { background-color: rgb(2,101,206); }
div.DivClassName
{
background-color: #0265CE;
}
.BgClassName
{
background-color: #0265CE;
}
</style>
border-color css
<style>
span { border-color: #0265CE; }
span { border-color: rgb(2,101,206); }
td.TdClassName
{
border-color: #0265CE;
}
.TagClassName
{
border-color: #0265CE;
}
</style>