Shades of Navy Blue #0051CE
Tints of Navy Blue #0051CE
RGB
CMYK
RGB Variations
Color information
#0051CE (or 0x0051CE) is known color: Navy Blue. HEX triplet: 00, 51 and CE. RGB value is (0,81,206). Sum of RGB (Red+Green+Blue) = 0+81+206=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #0051CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051CE is #FFAE31. Grayscale: #464646. Windows color (decimal): -16756274 or 13521152. OLE color: 13521152.
HSL color Cylindrical-coordinate representation of color #0051CE: hue angle of 216.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051CE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 81 | 206 | - |
| CMYK | 1 | 0.61 | 0 | 0.19 |
| HSL | 216.41º | 1% | 0.4% | - |
| HSV(B) | 216.41º | 1% | 0.81% | - |
| XYZ | 14.08 | 10.34 | 59.65 | - |
| YUV | 71.03 | 204.16 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 206 | 1 | 0.61 | 0 | 0.19 | 216.41 | 1 | 0.4 |
| Hex | 0 | 51 | CE | 64 | 3D | 0 | 13 | D8 | 64 | 28 |
| Octal | 0 | 121 | 316 | 144 | 75 | 0 | 23 | 330 | 144 | 50 |
| Binary | 0 | 1010001 | 11001110 | 1100100 | 111101 | 0 | 10011 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0051CE
Complementary color
Monochromatic Colors of #0051CE
Black with #0051CE
Text Example
Text Example
White with #0051CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051CE; }
p { color: rgb(0,81,206); }
H1.HeaderClassName
{
color: #0051CE;
}
.AnyTagClassName
{
color: #0051CE;
}
</style>
background-color css
<style>
a { background-color: #0051CE; }
a { background-color: rgb(0,81,206); }
div.DivClassName
{
background-color: #0051CE;
}
.BgClassName
{
background-color: #0051CE;
}
</style>
border-color css
<style>
span { border-color: #0051CE; }
span { border-color: rgb(0,81,206); }
td.TdClassName
{
border-color: #0051CE;
}
.TagClassName
{
border-color: #0051CE;
}
</style>