Shades of Navy Blue #005BCF
Tints of Navy Blue #005BCF
RGB
CMYK
RGB Variations
Color information
#005BCF (or 0x005BCF) is known color: Navy Blue. HEX triplet: 00, 5B and CF. RGB value is (0,91,207). Sum of RGB (Red+Green+Blue) = 0+91+207=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #005BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BCF is #FFA430. Grayscale: #4C4C4C. Windows color (decimal): -16753713 or 13589248. OLE color: 13589248.
HSL color Cylindrical-coordinate representation of color #005BCF: hue angle of 213.62º 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 #005BCF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 91 | 207 | - |
| CMYK | 1 | 0.56 | 0 | 0.19 |
| HSL | 213.62º | 1% | 0.41% | - |
| HSV(B) | 213.62º | 1% | 0.81% | - |
| XYZ | 15 | 11.99 | 60.55 | - |
| YUV | 77.02 | 201.35 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 207 | 1 | 0.56 | 0 | 0.19 | 213.62 | 1 | 0.41 |
| Hex | 0 | 5B | CF | 64 | 38 | 0 | 13 | D6 | 64 | 29 |
| Octal | 0 | 133 | 317 | 144 | 70 | 0 | 23 | 326 | 144 | 51 |
| Binary | 0 | 1011011 | 11001111 | 1100100 | 111000 | 0 | 10011 | 11010110 | 1100100 | 101001 |
Color Harmonies of #005BCF
Complementary color
Monochromatic Colors of #005BCF
Black with #005BCF
Text Example
Text Example
White with #005BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BCF; }
p { color: rgb(0,91,207); }
H1.HeaderClassName
{
color: #005BCF;
}
.AnyTagClassName
{
color: #005BCF;
}
</style>
background-color css
<style>
a { background-color: #005BCF; }
a { background-color: rgb(0,91,207); }
div.DivClassName
{
background-color: #005BCF;
}
.BgClassName
{
background-color: #005BCF;
}
</style>
border-color css
<style>
span { border-color: #005BCF; }
span { border-color: rgb(0,91,207); }
td.TdClassName
{
border-color: #005BCF;
}
.TagClassName
{
border-color: #005BCF;
}
</style>