Shades of Navy Blue #0051CF
Tints of Navy Blue #0051CF
RGB
CMYK
RGB Variations
Color information
#0051CF (or 0x0051CF) is known color: Navy Blue. HEX triplet: 00, 51 and CF. RGB value is (0,81,207). Sum of RGB (Red+Green+Blue) = 0+81+207=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #0051CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051CF is #FFAE30. Grayscale: #464646. Windows color (decimal): -16756273 or 13586688. OLE color: 13586688.
HSL color Cylindrical-coordinate representation of color #0051CF: hue angle of 216.52º 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 #0051CF is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 81 | 207 | - |
| CMYK | 1 | 0.61 | 0 | 0.19 |
| HSL | 216.52º | 1% | 0.41% | - |
| HSV(B) | 216.52º | 1% | 0.81% | - |
| XYZ | 14.2 | 10.39 | 60.29 | - |
| YUV | 71.15 | 204.66 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 207 | 1 | 0.61 | 0 | 0.19 | 216.52 | 1 | 0.41 |
| Hex | 0 | 51 | CF | 64 | 3D | 0 | 13 | D9 | 64 | 29 |
| Octal | 0 | 121 | 317 | 144 | 75 | 0 | 23 | 331 | 144 | 51 |
| Binary | 0 | 1010001 | 11001111 | 1100100 | 111101 | 0 | 10011 | 11011001 | 1100100 | 101001 |
Color Harmonies of #0051CF
Complementary color
Monochromatic Colors of #0051CF
Black with #0051CF
Text Example
Text Example
White with #0051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051CF; }
p { color: rgb(0,81,207); }
H1.HeaderClassName
{
color: #0051CF;
}
.AnyTagClassName
{
color: #0051CF;
}
</style>
background-color css
<style>
a { background-color: #0051CF; }
a { background-color: rgb(0,81,207); }
div.DivClassName
{
background-color: #0051CF;
}
.BgClassName
{
background-color: #0051CF;
}
</style>
border-color css
<style>
span { border-color: #0051CF; }
span { border-color: rgb(0,81,207); }
td.TdClassName
{
border-color: #0051CF;
}
.TagClassName
{
border-color: #0051CF;
}
</style>