Shades of Navy Blue #0265CC
Tints of Navy Blue #0265CC
RGB
CMYK
RGB Variations
Color information
#0265CC (or 0x0265CC) is known color: Navy Blue. HEX triplet: 02, 65 and CC. RGB value is (2,101,204). Sum of RGB (Red+Green+Blue) = 2+101+204=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #0265CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265CC is #FD9A33. Grayscale: #525252. Windows color (decimal): -16620084 or 13395202. OLE color: 13395202.
HSL color Cylindrical-coordinate representation of color #0265CC: hue angle of 210.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265CC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 101 | 204 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.2 |
| HSL | 210.59º | 0.98% | 0.4% | - |
| HSV(B) | 210.59º | 0.99% | 0.8% | - |
| XYZ | 15.58 | 13.68 | 58.95 | - |
| YUV | 83.14 | 196.2 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 204 | 0.99 | 0.50 | 0 | 0.2 | 210.59 | 0.98 | 0.4 |
| Hex | 2 | 65 | CC | 63 | 32 | 0 | 14 | D3 | 62 | 28 |
| Octal | 2 | 145 | 314 | 143 | 62 | 0 | 24 | 323 | 142 | 50 |
| Binary | 10 | 1100101 | 11001100 | 1100011 | 110010 | 0 | 10100 | 11010011 | 1100010 | 101000 |
Color Harmonies of #0265CC
Complementary color
Monochromatic Colors of #0265CC
Black with #0265CC
Text Example
Text Example
White with #0265CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265CC; }
p { color: rgb(2,101,204); }
H1.HeaderClassName
{
color: #0265CC;
}
.AnyTagClassName
{
color: #0265CC;
}
</style>
background-color css
<style>
a { background-color: #0265CC; }
a { background-color: rgb(2,101,204); }
div.DivClassName
{
background-color: #0265CC;
}
.BgClassName
{
background-color: #0265CC;
}
</style>
border-color css
<style>
span { border-color: #0265CC; }
span { border-color: rgb(2,101,204); }
td.TdClassName
{
border-color: #0265CC;
}
.TagClassName
{
border-color: #0265CC;
}
</style>