Shades of Navy Blue #0555CF
Tints of Navy Blue #0555CF
RGB
CMYK
RGB Variations
Color information
#0555CF (or 0x0555CF) is known color: Navy Blue. HEX triplet: 05, 55 and CF. RGB value is (5,85,207). Sum of RGB (Red+Green+Blue) = 5+85+207=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #0555CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555CF is #FAAA30. Grayscale: #4A4A4A. Windows color (decimal): -16427569 or 13587717. OLE color: 13587717.
HSL color Cylindrical-coordinate representation of color #0555CF: hue angle of 216.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0555CF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 85 | 207 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.19 |
| HSL | 216.24º | 0.95% | 0.42% | - |
| HSV(B) | 216.24º | 0.98% | 0.81% | - |
| XYZ | 14.57 | 11.03 | 60.39 | - |
| YUV | 74.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 207 | 0.98 | 0.59 | 0 | 0.19 | 216.24 | 0.95 | 0.42 |
| Hex | 5 | 55 | CF | 62 | 3B | 0 | 13 | D8 | 5F | 2A |
| Octal | 5 | 125 | 317 | 142 | 73 | 0 | 23 | 330 | 137 | 52 |
| Binary | 101 | 1010101 | 11001111 | 1100010 | 111011 | 0 | 10011 | 11011000 | 1011111 | 101010 |
Color Harmonies of #0555CF
Complementary color
Monochromatic Colors of #0555CF
Black with #0555CF
Text Example
Text Example
White with #0555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555CF; }
p { color: rgb(5,85,207); }
H1.HeaderClassName
{
color: #0555CF;
}
.AnyTagClassName
{
color: #0555CF;
}
</style>
background-color css
<style>
a { background-color: #0555CF; }
a { background-color: rgb(5,85,207); }
div.DivClassName
{
background-color: #0555CF;
}
.BgClassName
{
background-color: #0555CF;
}
</style>
border-color css
<style>
span { border-color: #0555CF; }
span { border-color: rgb(5,85,207); }
td.TdClassName
{
border-color: #0555CF;
}
.TagClassName
{
border-color: #0555CF;
}
</style>