Shades of Navy Blue #0569CB
Tints of Navy Blue #0569CB
RGB
CMYK
RGB Variations
Color information
#0569CB (or 0x0569CB) is known color: Navy Blue. HEX triplet: 05, 69 and CB. RGB value is (5,105,203). Sum of RGB (Red+Green+Blue) = 5+105+203=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #0569CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569CB is #FA9634. Grayscale: #555555. Windows color (decimal): -16422453 or 13330693. OLE color: 13330693.
HSL color Cylindrical-coordinate representation of color #0569CB: hue angle of 209.7º 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 #0569CB is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 105 | 203 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.20 |
| HSL | 209.7º | 0.95% | 0.41% | - |
| HSV(B) | 209.7º | 0.98% | 0.8% | - |
| XYZ | 15.89 | 14.45 | 58.45 | - |
| YUV | 86.27 | 193.87 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 203 | 0.98 | 0.48 | 0 | 0.20 | 209.7 | 0.95 | 0.41 |
| Hex | 5 | 69 | CB | 62 | 30 | 0 | 14 | D2 | 5F | 29 |
| Octal | 5 | 151 | 313 | 142 | 60 | 0 | 24 | 322 | 137 | 51 |
| Binary | 101 | 1101001 | 11001011 | 1100010 | 110000 | 0 | 10100 | 11010010 | 1011111 | 101001 |
Color Harmonies of #0569CB
Complementary color
Monochromatic Colors of #0569CB
Black with #0569CB
Text Example
Text Example
White with #0569CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569CB; }
p { color: rgb(5,105,203); }
H1.HeaderClassName
{
color: #0569CB;
}
.AnyTagClassName
{
color: #0569CB;
}
</style>
background-color css
<style>
a { background-color: #0569CB; }
a { background-color: rgb(5,105,203); }
div.DivClassName
{
background-color: #0569CB;
}
.BgClassName
{
background-color: #0569CB;
}
</style>
border-color css
<style>
span { border-color: #0569CB; }
span { border-color: rgb(5,105,203); }
td.TdClassName
{
border-color: #0569CB;
}
.TagClassName
{
border-color: #0569CB;
}
</style>