Shades of Navy Blue #0268BD
Tints of Navy Blue #0268BD
RGB
CMYK
RGB Variations
Color information
#0268BD (or 0x0268BD) is known color: Navy Blue. HEX triplet: 02, 68 and BD. RGB value is (2,104,189). Sum of RGB (Red+Green+Blue) = 2+104+189=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #0268BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268BD is #FD9742. Grayscale: #525252. Windows color (decimal): -16619331 or 12412930. OLE color: 12412930.
HSL color Cylindrical-coordinate representation of color #0268BD: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268BD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 104 | 189 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.26 |
| HSL | 207.27º | 0.98% | 0.37% | - |
| HSV(B) | 207.27º | 0.99% | 0.74% | - |
| XYZ | 14.16 | 13.59 | 50.02 | - |
| YUV | 83.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 189 | 0.99 | 0.45 | 0 | 0.26 | 207.27 | 0.98 | 0.37 |
| Hex | 2 | 68 | BD | 63 | 2D | 0 | 1A | CF | 62 | 25 |
| Octal | 2 | 150 | 275 | 143 | 55 | 0 | 32 | 317 | 142 | 45 |
| Binary | 10 | 1101000 | 10111101 | 1100011 | 101101 | 0 | 11010 | 11001111 | 1100010 | 100101 |
Color Harmonies of #0268BD
Complementary color
Monochromatic Colors of #0268BD
Black with #0268BD
Text Example
Text Example
White with #0268BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268BD; }
p { color: rgb(2,104,189); }
H1.HeaderClassName
{
color: #0268BD;
}
.AnyTagClassName
{
color: #0268BD;
}
</style>
background-color css
<style>
a { background-color: #0268BD; }
a { background-color: rgb(2,104,189); }
div.DivClassName
{
background-color: #0268BD;
}
.BgClassName
{
background-color: #0268BD;
}
</style>
border-color css
<style>
span { border-color: #0268BD; }
span { border-color: rgb(2,104,189); }
td.TdClassName
{
border-color: #0268BD;
}
.TagClassName
{
border-color: #0268BD;
}
</style>