Shades of Navy Blue #0268CC
Tints of Navy Blue #0268CC
RGB
CMYK
RGB Variations
Color information
#0268CC (or 0x0268CC) is known color: Navy Blue. HEX triplet: 02, 68 and CC. RGB value is (2,104,204). Sum of RGB (Red+Green+Blue) = 2+104+204=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0268CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268CC is #FD9733. Grayscale: #545454. Windows color (decimal): -16619316 or 13395970. OLE color: 13395970.
HSL color Cylindrical-coordinate representation of color #0268CC: hue angle of 209.7º 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 #0268CC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 104 | 204 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.2 |
| HSL | 209.7º | 0.98% | 0.4% | - |
| HSV(B) | 209.7º | 0.99% | 0.8% | - |
| XYZ | 15.87 | 14.27 | 59.05 | - |
| YUV | 84.9 | 195.21 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 204 | 0.99 | 0.49 | 0 | 0.2 | 209.7 | 0.98 | 0.4 |
| Hex | 2 | 68 | CC | 63 | 31 | 0 | 14 | D2 | 62 | 28 |
| Octal | 2 | 150 | 314 | 143 | 61 | 0 | 24 | 322 | 142 | 50 |
| Binary | 10 | 1101000 | 11001100 | 1100011 | 110001 | 0 | 10100 | 11010010 | 1100010 | 101000 |
Color Harmonies of #0268CC
Complementary color
Monochromatic Colors of #0268CC
Black with #0268CC
Text Example
Text Example
White with #0268CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268CC; }
p { color: rgb(2,104,204); }
H1.HeaderClassName
{
color: #0268CC;
}
.AnyTagClassName
{
color: #0268CC;
}
</style>
background-color css
<style>
a { background-color: #0268CC; }
a { background-color: rgb(2,104,204); }
div.DivClassName
{
background-color: #0268CC;
}
.BgClassName
{
background-color: #0268CC;
}
</style>
border-color css
<style>
span { border-color: #0268CC; }
span { border-color: rgb(2,104,204); }
td.TdClassName
{
border-color: #0268CC;
}
.TagClassName
{
border-color: #0268CC;
}
</style>