Shades of Navy Blue #0568CD
Tints of Navy Blue #0568CD
RGB
CMYK
RGB Variations
Color information
#0568CD (or 0x0568CD) is known color: Navy Blue. HEX triplet: 05, 68 and CD. RGB value is (5,104,205). Sum of RGB (Red+Green+Blue) = 5+104+205=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #0568CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0568CD is #FA9732. Grayscale: #555555. Windows color (decimal): -16422707 or 13461509. OLE color: 13461509.
HSL color Cylindrical-coordinate representation of color #0568CD: hue angle of 210.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0568CD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 104 | 205 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.20 |
| HSL | 210.3º | 0.95% | 0.41% | - |
| HSV(B) | 210.3º | 0.98% | 0.8% | - |
| XYZ | 16.03 | 14.34 | 59.68 | - |
| YUV | 85.91 | 195.2 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 205 | 0.98 | 0.49 | 0 | 0.20 | 210.3 | 0.95 | 0.41 |
| Hex | 5 | 68 | CD | 62 | 31 | 0 | 14 | D2 | 5F | 29 |
| Octal | 5 | 150 | 315 | 142 | 61 | 0 | 24 | 322 | 137 | 51 |
| Binary | 101 | 1101000 | 11001101 | 1100010 | 110001 | 0 | 10100 | 11010010 | 1011111 | 101001 |
Color Harmonies of #0568CD
Complementary color
Monochromatic Colors of #0568CD
Black with #0568CD
Text Example
Text Example
White with #0568CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0568CD; }
p { color: rgb(5,104,205); }
H1.HeaderClassName
{
color: #0568CD;
}
.AnyTagClassName
{
color: #0568CD;
}
</style>
background-color css
<style>
a { background-color: #0568CD; }
a { background-color: rgb(5,104,205); }
div.DivClassName
{
background-color: #0568CD;
}
.BgClassName
{
background-color: #0568CD;
}
</style>
border-color css
<style>
span { border-color: #0568CD; }
span { border-color: rgb(5,104,205); }
td.TdClassName
{
border-color: #0568CD;
}
.TagClassName
{
border-color: #0568CD;
}
</style>