Shades of Navy Blue #0568BE
Tints of Navy Blue #0568BE
RGB
CMYK
RGB Variations
Color information
#0568BE (or 0x0568BE) is known color: Navy Blue. HEX triplet: 05, 68 and BE. RGB value is (5,104,190). Sum of RGB (Red+Green+Blue) = 5+104+190=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #0568BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0568BE is #FA9741. Grayscale: #535353. Windows color (decimal): -16422722 or 12478469. OLE color: 12478469.
HSL color Cylindrical-coordinate representation of color #0568BE: hue angle of 207.89º 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 #0568BE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 104 | 190 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.25 |
| HSL | 207.89º | 0.95% | 0.38% | - |
| HSV(B) | 207.89º | 0.97% | 0.75% | - |
| XYZ | 14.31 | 13.65 | 50.6 | - |
| YUV | 84.2 | 187.7 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 190 | 0.97 | 0.45 | 0 | 0.25 | 207.89 | 0.95 | 0.38 |
| Hex | 5 | 68 | BE | 61 | 2D | 0 | 19 | D0 | 5F | 26 |
| Octal | 5 | 150 | 276 | 141 | 55 | 0 | 31 | 320 | 137 | 46 |
| Binary | 101 | 1101000 | 10111110 | 1100001 | 101101 | 0 | 11001 | 11010000 | 1011111 | 100110 |
Color Harmonies of #0568BE
Complementary color
Monochromatic Colors of #0568BE
Black with #0568BE
Text Example
Text Example
White with #0568BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0568BE; }
p { color: rgb(5,104,190); }
H1.HeaderClassName
{
color: #0568BE;
}
.AnyTagClassName
{
color: #0568BE;
}
</style>
background-color css
<style>
a { background-color: #0568BE; }
a { background-color: rgb(5,104,190); }
div.DivClassName
{
background-color: #0568BE;
}
.BgClassName
{
background-color: #0568BE;
}
</style>
border-color css
<style>
span { border-color: #0568BE; }
span { border-color: rgb(5,104,190); }
td.TdClassName
{
border-color: #0568BE;
}
.TagClassName
{
border-color: #0568BE;
}
</style>