Shades of Navy Blue #015FBC
Tints of Navy Blue #015FBC
RGB
CMYK
RGB Variations
Color information
#015FBC (or 0x015FBC) is known color: Navy Blue. HEX triplet: 01, 5F and BC. RGB value is (1,95,188). Sum of RGB (Red+Green+Blue) = 1+95+188=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #015FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FBC is #FEA043. Grayscale: #4D4D4D. Windows color (decimal): -16687172 or 12345089. OLE color: 12345089.
HSL color Cylindrical-coordinate representation of color #015FBC: hue angle of 209.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FBC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 95 | 188 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.26 |
| HSL | 209.84º | 0.99% | 0.37% | - |
| HSV(B) | 209.84º | 0.99% | 0.74% | - |
| XYZ | 13.18 | 11.82 | 49.16 | - |
| YUV | 77.5 | 190.36 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 188 | 0.99 | 0.49 | 0 | 0.26 | 209.84 | 0.99 | 0.37 |
| Hex | 1 | 5F | BC | 63 | 31 | 0 | 1A | D2 | 63 | 25 |
| Octal | 1 | 137 | 274 | 143 | 61 | 0 | 32 | 322 | 143 | 45 |
| Binary | 1 | 1011111 | 10111100 | 1100011 | 110001 | 0 | 11010 | 11010010 | 1100011 | 100101 |
Color Harmonies of #015FBC
Complementary color
Monochromatic Colors of #015FBC
Black with #015FBC
Text Example
Text Example
White with #015FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FBC; }
p { color: rgb(1,95,188); }
H1.HeaderClassName
{
color: #015FBC;
}
.AnyTagClassName
{
color: #015FBC;
}
</style>
background-color css
<style>
a { background-color: #015FBC; }
a { background-color: rgb(1,95,188); }
div.DivClassName
{
background-color: #015FBC;
}
.BgClassName
{
background-color: #015FBC;
}
</style>
border-color css
<style>
span { border-color: #015FBC; }
span { border-color: rgb(1,95,188); }
td.TdClassName
{
border-color: #015FBC;
}
.TagClassName
{
border-color: #015FBC;
}
</style>