Shades of Navy Blue #0569BC
Tints of Navy Blue #0569BC
RGB
CMYK
RGB Variations
Color information
#0569BC (or 0x0569BC) is known color: Navy Blue. HEX triplet: 05, 69 and BC. RGB value is (5,105,188). Sum of RGB (Red+Green+Blue) = 5+105+188=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #0569BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569BC is #FA9643. Grayscale: #545454. Windows color (decimal): -16422468 or 12347653. OLE color: 12347653.
HSL color Cylindrical-coordinate representation of color #0569BC: hue angle of 207.21º 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 #0569BC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 105 | 188 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.26 |
| HSL | 207.21º | 0.95% | 0.38% | - |
| HSV(B) | 207.21º | 0.97% | 0.74% | - |
| XYZ | 14.19 | 13.77 | 49.49 | - |
| YUV | 84.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 188 | 0.97 | 0.44 | 0 | 0.26 | 207.21 | 0.95 | 0.38 |
| Hex | 5 | 69 | BC | 61 | 2C | 0 | 1A | CF | 5F | 26 |
| Octal | 5 | 151 | 274 | 141 | 54 | 0 | 32 | 317 | 137 | 46 |
| Binary | 101 | 1101001 | 10111100 | 1100001 | 101100 | 0 | 11010 | 11001111 | 1011111 | 100110 |
Color Harmonies of #0569BC
Complementary color
Monochromatic Colors of #0569BC
Black with #0569BC
Text Example
Text Example
White with #0569BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569BC; }
p { color: rgb(5,105,188); }
H1.HeaderClassName
{
color: #0569BC;
}
.AnyTagClassName
{
color: #0569BC;
}
</style>
background-color css
<style>
a { background-color: #0569BC; }
a { background-color: rgb(5,105,188); }
div.DivClassName
{
background-color: #0569BC;
}
.BgClassName
{
background-color: #0569BC;
}
</style>
border-color css
<style>
span { border-color: #0569BC; }
span { border-color: rgb(5,105,188); }
td.TdClassName
{
border-color: #0569BC;
}
.TagClassName
{
border-color: #0569BC;
}
</style>