Shades of Navy Blue #0051CC
Tints of Navy Blue #0051CC
RGB
CMYK
RGB Variations
Color information
#0051CC (or 0x0051CC) is known color: Navy Blue. HEX triplet: 00, 51 and CC. RGB value is (0,81,204). Sum of RGB (Red+Green+Blue) = 0+81+204=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #0051CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051CC is #FFAE33. Grayscale: #464646. Windows color (decimal): -16756276 or 13390080. OLE color: 13390080.
HSL color Cylindrical-coordinate representation of color #0051CC: hue angle of 216.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051CC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 81 | 204 | - |
| CMYK | 1 | 0.60 | 0 | 0.2 |
| HSL | 216.18º | 1% | 0.4% | - |
| HSV(B) | 216.18º | 1% | 0.8% | - |
| XYZ | 13.84 | 10.24 | 58.37 | - |
| YUV | 70.8 | 203.16 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 204 | 1 | 0.60 | 0 | 0.2 | 216.18 | 1 | 0.4 |
| Hex | 0 | 51 | CC | 64 | 3C | 0 | 14 | D8 | 64 | 28 |
| Octal | 0 | 121 | 314 | 144 | 74 | 0 | 24 | 330 | 144 | 50 |
| Binary | 0 | 1010001 | 11001100 | 1100100 | 111100 | 0 | 10100 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0051CC
Complementary color
Monochromatic Colors of #0051CC
Black with #0051CC
Text Example
Text Example
White with #0051CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051CC; }
p { color: rgb(0,81,204); }
H1.HeaderClassName
{
color: #0051CC;
}
.AnyTagClassName
{
color: #0051CC;
}
</style>
background-color css
<style>
a { background-color: #0051CC; }
a { background-color: rgb(0,81,204); }
div.DivClassName
{
background-color: #0051CC;
}
.BgClassName
{
background-color: #0051CC;
}
</style>
border-color css
<style>
span { border-color: #0051CC; }
span { border-color: rgb(0,81,204); }
td.TdClassName
{
border-color: #0051CC;
}
.TagClassName
{
border-color: #0051CC;
}
</style>