Shades of Navy Blue #0269BC
Tints of Navy Blue #0269BC
RGB
CMYK
RGB Variations
Color information
#0269BC (or 0x0269BC) is known color: Navy Blue. HEX triplet: 02, 69 and BC. RGB value is (2,105,188). Sum of RGB (Red+Green+Blue) = 2+105+188=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #0269BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269BC is #FD9643. Grayscale: #535353. Windows color (decimal): -16619076 or 12347650. OLE color: 12347650.
HSL color Cylindrical-coordinate representation of color #0269BC: hue angle of 206.77º 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 #0269BC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 105 | 188 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.26 |
| HSL | 206.77º | 0.98% | 0.37% | - |
| HSV(B) | 206.77º | 0.99% | 0.74% | - |
| XYZ | 14.15 | 13.75 | 49.48 | - |
| YUV | 83.67 | 186.88 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 188 | 0.99 | 0.44 | 0 | 0.26 | 206.77 | 0.98 | 0.37 |
| Hex | 2 | 69 | BC | 63 | 2C | 0 | 1A | CF | 62 | 25 |
| Octal | 2 | 151 | 274 | 143 | 54 | 0 | 32 | 317 | 142 | 45 |
| Binary | 10 | 1101001 | 10111100 | 1100011 | 101100 | 0 | 11010 | 11001111 | 1100010 | 100101 |
Color Harmonies of #0269BC
Complementary color
Monochromatic Colors of #0269BC
Black with #0269BC
Text Example
Text Example
White with #0269BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269BC; }
p { color: rgb(2,105,188); }
H1.HeaderClassName
{
color: #0269BC;
}
.AnyTagClassName
{
color: #0269BC;
}
</style>
background-color css
<style>
a { background-color: #0269BC; }
a { background-color: rgb(2,105,188); }
div.DivClassName
{
background-color: #0269BC;
}
.BgClassName
{
background-color: #0269BC;
}
</style>
border-color css
<style>
span { border-color: #0269BC; }
span { border-color: rgb(2,105,188); }
td.TdClassName
{
border-color: #0269BC;
}
.TagClassName
{
border-color: #0269BC;
}
</style>