Shades of Navy Blue #0069BB
Tints of Navy Blue #0069BB
RGB
CMYK
RGB Variations
Color information
#0069BB (or 0x0069BB) is known color: Navy Blue. HEX triplet: 00, 69 and BB. RGB value is (0,105,187). Sum of RGB (Red+Green+Blue) = 0+105+187=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #0069BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069BB is #FF9644. Grayscale: #525252. Windows color (decimal): -16750149 or 12282112. OLE color: 12282112.
HSL color Cylindrical-coordinate representation of color #0069BB: hue angle of 206.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069BB is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 105 | 187 | - |
| CMYK | 1 | 0.44 | 0 | 0.27 |
| HSL | 206.31º | 1% | 0.37% | - |
| HSV(B) | 206.31º | 1% | 0.73% | - |
| XYZ | 14.02 | 13.69 | 48.92 | - |
| YUV | 82.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 187 | 1 | 0.44 | 0 | 0.27 | 206.31 | 1 | 0.37 |
| Hex | 0 | 69 | BB | 64 | 2C | 0 | 1B | CE | 64 | 25 |
| Octal | 0 | 151 | 273 | 144 | 54 | 0 | 33 | 316 | 144 | 45 |
| Binary | 0 | 1101001 | 10111011 | 1100100 | 101100 | 0 | 11011 | 11001110 | 1100100 | 100101 |
Color Harmonies of #0069BB
Complementary color
Monochromatic Colors of #0069BB
Black with #0069BB
Text Example
Text Example
White with #0069BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069BB; }
p { color: rgb(0,105,187); }
H1.HeaderClassName
{
color: #0069BB;
}
.AnyTagClassName
{
color: #0069BB;
}
</style>
background-color css
<style>
a { background-color: #0069BB; }
a { background-color: rgb(0,105,187); }
div.DivClassName
{
background-color: #0069BB;
}
.BgClassName
{
background-color: #0069BB;
}
</style>
border-color css
<style>
span { border-color: #0069BB; }
span { border-color: rgb(0,105,187); }
td.TdClassName
{
border-color: #0069BB;
}
.TagClassName
{
border-color: #0069BB;
}
</style>