Shades of Navy Blue #0051CA
Tints of Navy Blue #0051CA
RGB
CMYK
RGB Variations
Color information
#0051CA (or 0x0051CA) is known color: Navy Blue. HEX triplet: 00, 51 and CA. RGB value is (0,81,202). Sum of RGB (Red+Green+Blue) = 0+81+202=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #0051CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051CA is #FFAE35. Grayscale: #464646. Windows color (decimal): -16756278 or 13259008. OLE color: 13259008.
HSL color Cylindrical-coordinate representation of color #0051CA: hue angle of 215.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051CA is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 81 | 202 | - |
| CMYK | 1 | 0.60 | 0 | 0.21 |
| HSL | 215.94º | 1% | 0.4% | - |
| HSV(B) | 215.94º | 1% | 0.79% | - |
| XYZ | 13.6 | 10.15 | 57.12 | - |
| YUV | 70.58 | 202.16 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 202 | 1 | 0.60 | 0 | 0.21 | 215.94 | 1 | 0.4 |
| Hex | 0 | 51 | CA | 64 | 3C | 0 | 15 | D8 | 64 | 28 |
| Octal | 0 | 121 | 312 | 144 | 74 | 0 | 25 | 330 | 144 | 50 |
| Binary | 0 | 1010001 | 11001010 | 1100100 | 111100 | 0 | 10101 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0051CA
Complementary color
Monochromatic Colors of #0051CA
Black with #0051CA
Text Example
Text Example
White with #0051CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051CA; }
p { color: rgb(0,81,202); }
H1.HeaderClassName
{
color: #0051CA;
}
.AnyTagClassName
{
color: #0051CA;
}
</style>
background-color css
<style>
a { background-color: #0051CA; }
a { background-color: rgb(0,81,202); }
div.DivClassName
{
background-color: #0051CA;
}
.BgClassName
{
background-color: #0051CA;
}
</style>
border-color css
<style>
span { border-color: #0051CA; }
span { border-color: rgb(0,81,202); }
td.TdClassName
{
border-color: #0051CA;
}
.TagClassName
{
border-color: #0051CA;
}
</style>