Shades of Navy Blue #0268DF
Tints of Navy Blue #0268DF
RGB
CMYK
RGB Variations
Color information
#0268DF (or 0x0268DF) is known color: Navy Blue. HEX triplet: 02, 68 and DF. RGB value is (2,104,223). Sum of RGB (Red+Green+Blue) = 2+104+223=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #0268DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268DF is #FD9720. Grayscale: #565656. Windows color (decimal): -16619297 or 14641154. OLE color: 14641154.
HSL color Cylindrical-coordinate representation of color #0268DF: hue angle of 212.31º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268DF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 104 | 223 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.13 |
| HSL | 212.31º | 0.98% | 0.44% | - |
| HSV(B) | 212.31º | 0.99% | 0.87% | - |
| XYZ | 18.29 | 15.24 | 71.79 | - |
| YUV | 87.07 | 204.71 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 223 | 0.99 | 0.53 | 0 | 0.13 | 212.31 | 0.98 | 0.44 |
| Hex | 2 | 68 | DF | 63 | 35 | 0 | D | D4 | 62 | 2C |
| Octal | 2 | 150 | 337 | 143 | 65 | 0 | 15 | 324 | 142 | 54 |
| Binary | 10 | 1101000 | 11011111 | 1100011 | 110101 | 0 | 1101 | 11010100 | 1100010 | 101100 |
Color Harmonies of #0268DF
Complementary color
Monochromatic Colors of #0268DF
Black with #0268DF
Text Example
Text Example
White with #0268DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268DF; }
p { color: rgb(2,104,223); }
H1.HeaderClassName
{
color: #0268DF;
}
.AnyTagClassName
{
color: #0268DF;
}
</style>
background-color css
<style>
a { background-color: #0268DF; }
a { background-color: rgb(2,104,223); }
div.DivClassName
{
background-color: #0268DF;
}
.BgClassName
{
background-color: #0268DF;
}
</style>
border-color css
<style>
span { border-color: #0268DF; }
span { border-color: rgb(2,104,223); }
td.TdClassName
{
border-color: #0268DF;
}
.TagClassName
{
border-color: #0268DF;
}
</style>