Shades of Navy Blue #0055CF
Tints of Navy Blue #0055CF
RGB
CMYK
RGB Variations
Color information
#0055CF (or 0x0055CF) is known color: Navy Blue. HEX triplet: 00, 55 and CF. RGB value is (0,85,207). Sum of RGB (Red+Green+Blue) = 0+85+207=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #0055CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055CF is #FFAA30. Grayscale: #484848. Windows color (decimal): -16755249 or 13587712. OLE color: 13587712.
HSL color Cylindrical-coordinate representation of color #0055CF: hue angle of 215.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055CF is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 85 | 207 | - |
| CMYK | 1 | 0.59 | 0 | 0.19 |
| HSL | 215.36º | 1% | 0.41% | - |
| HSV(B) | 215.36º | 1% | 0.81% | - |
| XYZ | 14.51 | 11 | 60.39 | - |
| YUV | 73.49 | 203.34 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 207 | 1 | 0.59 | 0 | 0.19 | 215.36 | 1 | 0.41 |
| Hex | 0 | 55 | CF | 64 | 3B | 0 | 13 | D7 | 64 | 29 |
| Octal | 0 | 125 | 317 | 144 | 73 | 0 | 23 | 327 | 144 | 51 |
| Binary | 0 | 1010101 | 11001111 | 1100100 | 111011 | 0 | 10011 | 11010111 | 1100100 | 101001 |
Color Harmonies of #0055CF
Complementary color
Monochromatic Colors of #0055CF
Black with #0055CF
Text Example
Text Example
White with #0055CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055CF; }
p { color: rgb(0,85,207); }
H1.HeaderClassName
{
color: #0055CF;
}
.AnyTagClassName
{
color: #0055CF;
}
</style>
background-color css
<style>
a { background-color: #0055CF; }
a { background-color: rgb(0,85,207); }
div.DivClassName
{
background-color: #0055CF;
}
.BgClassName
{
background-color: #0055CF;
}
</style>
border-color css
<style>
span { border-color: #0055CF; }
span { border-color: rgb(0,85,207); }
td.TdClassName
{
border-color: #0055CF;
}
.TagClassName
{
border-color: #0055CF;
}
</style>