Shades of Navy Blue #0569BE
Tints of Navy Blue #0569BE
RGB
CMYK
RGB Variations
Color information
#0569BE (or 0x0569BE) is known color: Navy Blue. HEX triplet: 05, 69 and BE. RGB value is (5,105,190). Sum of RGB (Red+Green+Blue) = 5+105+190=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #0569BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569BE is #FA9641. Grayscale: #545454. Windows color (decimal): -16422466 or 12478725. OLE color: 12478725.
HSL color Cylindrical-coordinate representation of color #0569BE: hue angle of 207.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0569BE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 105 | 190 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.25 |
| HSL | 207.57º | 0.95% | 0.38% | - |
| HSV(B) | 207.57º | 0.97% | 0.75% | - |
| XYZ | 14.41 | 13.85 | 50.63 | - |
| YUV | 84.79 | 187.37 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 190 | 0.97 | 0.45 | 0 | 0.25 | 207.57 | 0.95 | 0.38 |
| Hex | 5 | 69 | BE | 61 | 2D | 0 | 19 | D0 | 5F | 26 |
| Octal | 5 | 151 | 276 | 141 | 55 | 0 | 31 | 320 | 137 | 46 |
| Binary | 101 | 1101001 | 10111110 | 1100001 | 101101 | 0 | 11001 | 11010000 | 1011111 | 100110 |
Color Harmonies of #0569BE
Complementary color
Monochromatic Colors of #0569BE
Black with #0569BE
Text Example
Text Example
White with #0569BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569BE; }
p { color: rgb(5,105,190); }
H1.HeaderClassName
{
color: #0569BE;
}
.AnyTagClassName
{
color: #0569BE;
}
</style>
background-color css
<style>
a { background-color: #0569BE; }
a { background-color: rgb(5,105,190); }
div.DivClassName
{
background-color: #0569BE;
}
.BgClassName
{
background-color: #0569BE;
}
</style>
border-color css
<style>
span { border-color: #0569BE; }
span { border-color: rgb(5,105,190); }
td.TdClassName
{
border-color: #0569BE;
}
.TagClassName
{
border-color: #0569BE;
}
</style>