Shades of Navy Blue #0269CF
Tints of Navy Blue #0269CF
RGB
CMYK
RGB Variations
Color information
#0269CF (or 0x0269CF) is known color: Navy Blue. HEX triplet: 02, 69 and CF. RGB value is (2,105,207). Sum of RGB (Red+Green+Blue) = 2+105+207=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #0269CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269CF is #FD9630. Grayscale: #555555. Windows color (decimal): -16619057 or 13592834. OLE color: 13592834.
HSL color Cylindrical-coordinate representation of color #0269CF: hue angle of 209.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269CF is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 105 | 207 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.19 |
| HSL | 209.85º | 0.98% | 0.41% | - |
| HSV(B) | 209.85º | 0.99% | 0.81% | - |
| XYZ | 16.34 | 14.62 | 60.99 | - |
| YUV | 85.83 | 196.38 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 207 | 0.99 | 0.49 | 0 | 0.19 | 209.85 | 0.98 | 0.41 |
| Hex | 2 | 69 | CF | 63 | 31 | 0 | 13 | D2 | 62 | 29 |
| Octal | 2 | 151 | 317 | 143 | 61 | 0 | 23 | 322 | 142 | 51 |
| Binary | 10 | 1101001 | 11001111 | 1100011 | 110001 | 0 | 10011 | 11010010 | 1100010 | 101001 |
Color Harmonies of #0269CF
Complementary color
Monochromatic Colors of #0269CF
Black with #0269CF
Text Example
Text Example
White with #0269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269CF; }
p { color: rgb(2,105,207); }
H1.HeaderClassName
{
color: #0269CF;
}
.AnyTagClassName
{
color: #0269CF;
}
</style>
background-color css
<style>
a { background-color: #0269CF; }
a { background-color: rgb(2,105,207); }
div.DivClassName
{
background-color: #0269CF;
}
.BgClassName
{
background-color: #0269CF;
}
</style>
border-color css
<style>
span { border-color: #0269CF; }
span { border-color: rgb(2,105,207); }
td.TdClassName
{
border-color: #0269CF;
}
.TagClassName
{
border-color: #0269CF;
}
</style>