Shades of Navy Blue #0569CC
Tints of Navy Blue #0569CC
RGB
CMYK
RGB Variations
Color information
#0569CC (or 0x0569CC) is known color: Navy Blue. HEX triplet: 05, 69 and CC. RGB value is (5,105,204). Sum of RGB (Red+Green+Blue) = 5+105+204=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #0569CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0569CC is #FA9633. Grayscale: #555555. Windows color (decimal): -16422452 or 13396229. OLE color: 13396229.
HSL color Cylindrical-coordinate representation of color #0569CC: hue angle of 209.85º 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 #0569CC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 105 | 204 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.2 |
| HSL | 209.85º | 0.95% | 0.41% | - |
| HSV(B) | 209.85º | 0.98% | 0.8% | - |
| XYZ | 16.01 | 14.5 | 59.08 | - |
| YUV | 86.39 | 194.37 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 204 | 0.98 | 0.49 | 0 | 0.2 | 209.85 | 0.95 | 0.41 |
| Hex | 5 | 69 | CC | 62 | 31 | 0 | 14 | D2 | 5F | 29 |
| Octal | 5 | 151 | 314 | 142 | 61 | 0 | 24 | 322 | 137 | 51 |
| Binary | 101 | 1101001 | 11001100 | 1100010 | 110001 | 0 | 10100 | 11010010 | 1011111 | 101001 |
Color Harmonies of #0569CC
Complementary color
Monochromatic Colors of #0569CC
Black with #0569CC
Text Example
Text Example
White with #0569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569CC; }
p { color: rgb(5,105,204); }
H1.HeaderClassName
{
color: #0569CC;
}
.AnyTagClassName
{
color: #0569CC;
}
</style>
background-color css
<style>
a { background-color: #0569CC; }
a { background-color: rgb(5,105,204); }
div.DivClassName
{
background-color: #0569CC;
}
.BgClassName
{
background-color: #0569CC;
}
</style>
border-color css
<style>
span { border-color: #0569CC; }
span { border-color: rgb(5,105,204); }
td.TdClassName
{
border-color: #0569CC;
}
.TagClassName
{
border-color: #0569CC;
}
</style>