Shades of Navy Blue #0569BD
Tints of Navy Blue #0569BD
RGB
CMYK
RGB Variations
Color information
#0569BD (or 0x0569BD) is known color: Navy Blue. HEX triplet: 05, 69 and BD. RGB value is (5,105,189). Sum of RGB (Red+Green+Blue) = 5+105+189=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #0569BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569BD is #FA9642. Grayscale: #545454. Windows color (decimal): -16422467 or 12413189. OLE color: 12413189.
HSL color Cylindrical-coordinate representation of color #0569BD: hue angle of 207.39º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0569BD is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 105 | 189 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.26 |
| HSL | 207.39º | 0.95% | 0.38% | - |
| HSV(B) | 207.39º | 0.97% | 0.74% | - |
| XYZ | 14.3 | 13.81 | 50.06 | - |
| YUV | 84.68 | 186.87 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 189 | 0.97 | 0.44 | 0 | 0.26 | 207.39 | 0.95 | 0.38 |
| Hex | 5 | 69 | BD | 61 | 2C | 0 | 1A | CF | 5F | 26 |
| Octal | 5 | 151 | 275 | 141 | 54 | 0 | 32 | 317 | 137 | 46 |
| Binary | 101 | 1101001 | 10111101 | 1100001 | 101100 | 0 | 11010 | 11001111 | 1011111 | 100110 |
Color Harmonies of #0569BD
Complementary color
Monochromatic Colors of #0569BD
Black with #0569BD
Text Example
Text Example
White with #0569BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569BD; }
p { color: rgb(5,105,189); }
H1.HeaderClassName
{
color: #0569BD;
}
.AnyTagClassName
{
color: #0569BD;
}
</style>
background-color css
<style>
a { background-color: #0569BD; }
a { background-color: rgb(5,105,189); }
div.DivClassName
{
background-color: #0569BD;
}
.BgClassName
{
background-color: #0569BD;
}
</style>
border-color css
<style>
span { border-color: #0569BD; }
span { border-color: rgb(5,105,189); }
td.TdClassName
{
border-color: #0569BD;
}
.TagClassName
{
border-color: #0569BD;
}
</style>