Shades of Navy Blue #015FCF
Tints of Navy Blue #015FCF
RGB
CMYK
RGB Variations
Color information
#015FCF (or 0x015FCF) is known color: Navy Blue. HEX triplet: 01, 5F and CF. RGB value is (1,95,207). Sum of RGB (Red+Green+Blue) = 1+95+207=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #015FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FCF is #FEA030. Grayscale: #4F4F4F. Windows color (decimal): -16687153 or 13590273. OLE color: 13590273.
HSL color Cylindrical-coordinate representation of color #015FCF: hue angle of 212.62º 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 #015FCF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 95 | 207 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.19 |
| HSL | 212.62º | 0.99% | 0.41% | - |
| HSV(B) | 212.62º | 1% | 0.81% | - |
| XYZ | 15.37 | 12.7 | 60.67 | - |
| YUV | 79.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 207 | 1.00 | 0.54 | 0 | 0.19 | 212.62 | 0.99 | 0.41 |
| Hex | 1 | 5F | CF | 64 | 36 | 0 | 13 | D5 | 63 | 29 |
| Octal | 1 | 137 | 317 | 144 | 66 | 0 | 23 | 325 | 143 | 51 |
| Binary | 1 | 1011111 | 11001111 | 1100100 | 110110 | 0 | 10011 | 11010101 | 1100011 | 101001 |
Color Harmonies of #015FCF
Complementary color
Monochromatic Colors of #015FCF
Black with #015FCF
Text Example
Text Example
White with #015FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FCF; }
p { color: rgb(1,95,207); }
H1.HeaderClassName
{
color: #015FCF;
}
.AnyTagClassName
{
color: #015FCF;
}
</style>
background-color css
<style>
a { background-color: #015FCF; }
a { background-color: rgb(1,95,207); }
div.DivClassName
{
background-color: #015FCF;
}
.BgClassName
{
background-color: #015FCF;
}
</style>
border-color css
<style>
span { border-color: #015FCF; }
span { border-color: rgb(1,95,207); }
td.TdClassName
{
border-color: #015FCF;
}
.TagClassName
{
border-color: #015FCF;
}
</style>