Shades of Navy Blue #0551CE
Tints of Navy Blue #0551CE
RGB
CMYK
RGB Variations
Color information
#0551CE (or 0x0551CE) is known color: Navy Blue. HEX triplet: 05, 51 and CE. RGB value is (5,81,206). Sum of RGB (Red+Green+Blue) = 5+81+206=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0551CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551CE is #FAAE31. Grayscale: #474747. Windows color (decimal): -16428594 or 13521157. OLE color: 13521157.
HSL color Cylindrical-coordinate representation of color #0551CE: hue angle of 217.31º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551CE is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 81 | 206 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.19 |
| HSL | 217.31º | 0.95% | 0.41% | - |
| HSV(B) | 217.31º | 0.98% | 0.81% | - |
| XYZ | 14.15 | 10.37 | 59.65 | - |
| YUV | 72.53 | 203.32 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 206 | 0.98 | 0.61 | 0 | 0.19 | 217.31 | 0.95 | 0.41 |
| Hex | 5 | 51 | CE | 62 | 3D | 0 | 13 | D9 | 5F | 29 |
| Octal | 5 | 121 | 316 | 142 | 75 | 0 | 23 | 331 | 137 | 51 |
| Binary | 101 | 1010001 | 11001110 | 1100010 | 111101 | 0 | 10011 | 11011001 | 1011111 | 101001 |
Color Harmonies of #0551CE
Complementary color
Monochromatic Colors of #0551CE
Black with #0551CE
Text Example
Text Example
White with #0551CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551CE; }
p { color: rgb(5,81,206); }
H1.HeaderClassName
{
color: #0551CE;
}
.AnyTagClassName
{
color: #0551CE;
}
</style>
background-color css
<style>
a { background-color: #0551CE; }
a { background-color: rgb(5,81,206); }
div.DivClassName
{
background-color: #0551CE;
}
.BgClassName
{
background-color: #0551CE;
}
</style>
border-color css
<style>
span { border-color: #0551CE; }
span { border-color: rgb(5,81,206); }
td.TdClassName
{
border-color: #0551CE;
}
.TagClassName
{
border-color: #0551CE;
}
</style>