Shades of Navy Blue #015DBD
Tints of Navy Blue #015DBD
RGB
CMYK
RGB Variations
Color information
#015DBD (or 0x015DBD) is known color: Navy Blue. HEX triplet: 01, 5D and BD. RGB value is (1,93,189). Sum of RGB (Red+Green+Blue) = 1+93+189=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #015DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DBD is #FEA242. Grayscale: #4B4B4B. Windows color (decimal): -16687683 or 12410113. OLE color: 12410113.
HSL color Cylindrical-coordinate representation of color #015DBD: hue angle of 210.64º 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 #015DBD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 93 | 189 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.26 |
| HSL | 210.64º | 0.99% | 0.37% | - |
| HSV(B) | 210.64º | 0.99% | 0.74% | - |
| XYZ | 13.11 | 11.51 | 49.67 | - |
| YUV | 76.44 | 191.52 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 189 | 0.99 | 0.51 | 0 | 0.26 | 210.64 | 0.99 | 0.37 |
| Hex | 1 | 5D | BD | 63 | 33 | 0 | 1A | D3 | 63 | 25 |
| Octal | 1 | 135 | 275 | 143 | 63 | 0 | 32 | 323 | 143 | 45 |
| Binary | 1 | 1011101 | 10111101 | 1100011 | 110011 | 0 | 11010 | 11010011 | 1100011 | 100101 |
Color Harmonies of #015DBD
Complementary color
Monochromatic Colors of #015DBD
Black with #015DBD
Text Example
Text Example
White with #015DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DBD; }
p { color: rgb(1,93,189); }
H1.HeaderClassName
{
color: #015DBD;
}
.AnyTagClassName
{
color: #015DBD;
}
</style>
background-color css
<style>
a { background-color: #015DBD; }
a { background-color: rgb(1,93,189); }
div.DivClassName
{
background-color: #015DBD;
}
.BgClassName
{
background-color: #015DBD;
}
</style>
border-color css
<style>
span { border-color: #015DBD; }
span { border-color: rgb(1,93,189); }
td.TdClassName
{
border-color: #015DBD;
}
.TagClassName
{
border-color: #015DBD;
}
</style>