Shades of Navy Blue #0266CC
Tints of Navy Blue #0266CC
RGB
CMYK
RGB Variations
Color information
#0266CC (or 0x0266CC) is known color: Navy Blue. HEX triplet: 02, 66 and CC. RGB value is (2,102,204). Sum of RGB (Red+Green+Blue) = 2+102+204=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #0266CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266CC is #FD9933. Grayscale: #535353. Windows color (decimal): -16619828 or 13395458. OLE color: 13395458.
HSL color Cylindrical-coordinate representation of color #0266CC: hue angle of 210.3º 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 #0266CC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 102 | 204 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.2 |
| HSL | 210.3º | 0.98% | 0.4% | - |
| HSV(B) | 210.3º | 0.99% | 0.8% | - |
| XYZ | 15.68 | 13.88 | 58.98 | - |
| YUV | 83.73 | 195.87 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 204 | 0.99 | 0.5 | 0 | 0.2 | 210.3 | 0.98 | 0.4 |
| Hex | 2 | 66 | CC | 63 | 32 | 0 | 14 | D2 | 62 | 28 |
| Octal | 2 | 146 | 314 | 143 | 62 | 0 | 24 | 322 | 142 | 50 |
| Binary | 10 | 1100110 | 11001100 | 1100011 | 110010 | 0 | 10100 | 11010010 | 1100010 | 101000 |
Color Harmonies of #0266CC
Complementary color
Monochromatic Colors of #0266CC
Black with #0266CC
Text Example
Text Example
White with #0266CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266CC; }
p { color: rgb(2,102,204); }
H1.HeaderClassName
{
color: #0266CC;
}
.AnyTagClassName
{
color: #0266CC;
}
</style>
background-color css
<style>
a { background-color: #0266CC; }
a { background-color: rgb(2,102,204); }
div.DivClassName
{
background-color: #0266CC;
}
.BgClassName
{
background-color: #0266CC;
}
</style>
border-color css
<style>
span { border-color: #0266CC; }
span { border-color: rgb(2,102,204); }
td.TdClassName
{
border-color: #0266CC;
}
.TagClassName
{
border-color: #0266CC;
}
</style>