Shades of Navy Blue #015DBA
Tints of Navy Blue #015DBA
RGB
CMYK
RGB Variations
Color information
#015DBA (or 0x015DBA) is known color: Navy Blue. HEX triplet: 01, 5D and BA. RGB value is (1,93,186). Sum of RGB (Red+Green+Blue) = 1+93+186=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #015DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DBA is #FEA245. Grayscale: #4B4B4B. Windows color (decimal): -16687686 or 12213505. OLE color: 12213505.
HSL color Cylindrical-coordinate representation of color #015DBA: hue angle of 210.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DBA is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 93 | 186 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.27 |
| HSL | 210.16º | 0.99% | 0.37% | - |
| HSV(B) | 210.16º | 0.99% | 0.73% | - |
| XYZ | 12.79 | 11.38 | 47.98 | - |
| YUV | 76.09 | 190.02 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 186 | 0.99 | 0.5 | 0 | 0.27 | 210.16 | 0.99 | 0.37 |
| Hex | 1 | 5D | BA | 63 | 32 | 0 | 1B | D2 | 63 | 25 |
| Octal | 1 | 135 | 272 | 143 | 62 | 0 | 33 | 322 | 143 | 45 |
| Binary | 1 | 1011101 | 10111010 | 1100011 | 110010 | 0 | 11011 | 11010010 | 1100011 | 100101 |
Color Harmonies of #015DBA
Complementary color
Monochromatic Colors of #015DBA
Black with #015DBA
Text Example
Text Example
White with #015DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DBA; }
p { color: rgb(1,93,186); }
H1.HeaderClassName
{
color: #015DBA;
}
.AnyTagClassName
{
color: #015DBA;
}
</style>
background-color css
<style>
a { background-color: #015DBA; }
a { background-color: rgb(1,93,186); }
div.DivClassName
{
background-color: #015DBA;
}
.BgClassName
{
background-color: #015DBA;
}
</style>
border-color css
<style>
span { border-color: #015DBA; }
span { border-color: rgb(1,93,186); }
td.TdClassName
{
border-color: #015DBA;
}
.TagClassName
{
border-color: #015DBA;
}
</style>