Shades of Navy Blue #015BCF
Tints of Navy Blue #015BCF
RGB
CMYK
RGB Variations
Color information
#015BCF (or 0x015BCF) is known color: Navy Blue. HEX triplet: 01, 5B and CF. RGB value is (1,91,207). Sum of RGB (Red+Green+Blue) = 1+91+207=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #015BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BCF is #FEA430. Grayscale: #4C4C4C. Windows color (decimal): -16688177 or 13589249. OLE color: 13589249.
HSL color Cylindrical-coordinate representation of color #015BCF: hue angle of 213.79º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BCF is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 91 | 207 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.19 |
| HSL | 213.79º | 0.99% | 0.41% | - |
| HSV(B) | 213.79º | 1% | 0.81% | - |
| XYZ | 15.02 | 11.99 | 60.56 | - |
| YUV | 77.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 207 | 1.00 | 0.56 | 0 | 0.19 | 213.79 | 0.99 | 0.41 |
| Hex | 1 | 5B | CF | 64 | 38 | 0 | 13 | D6 | 63 | 29 |
| Octal | 1 | 133 | 317 | 144 | 70 | 0 | 23 | 326 | 143 | 51 |
| Binary | 1 | 1011011 | 11001111 | 1100100 | 111000 | 0 | 10011 | 11010110 | 1100011 | 101001 |
Color Harmonies of #015BCF
Complementary color
Monochromatic Colors of #015BCF
Black with #015BCF
Text Example
Text Example
White with #015BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BCF; }
p { color: rgb(1,91,207); }
H1.HeaderClassName
{
color: #015BCF;
}
.AnyTagClassName
{
color: #015BCF;
}
</style>
background-color css
<style>
a { background-color: #015BCF; }
a { background-color: rgb(1,91,207); }
div.DivClassName
{
background-color: #015BCF;
}
.BgClassName
{
background-color: #015BCF;
}
</style>
border-color css
<style>
span { border-color: #015BCF; }
span { border-color: rgb(1,91,207); }
td.TdClassName
{
border-color: #015BCF;
}
.TagClassName
{
border-color: #015BCF;
}
</style>