Shades of Navy Blue #015DB9
Tints of Navy Blue #015DB9
RGB
CMYK
RGB Variations
Color information
#015DB9 (or 0x015DB9) is known color: Navy Blue. HEX triplet: 01, 5D and B9. RGB value is (1,93,185). Sum of RGB (Red+Green+Blue) = 1+93+185=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #015DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DB9 is #FEA246. Grayscale: #4B4B4B. Windows color (decimal): -16687687 or 12147969. OLE color: 12147969.
HSL color Cylindrical-coordinate representation of color #015DB9: hue angle of 210º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DB9 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 93 | 185 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.27 |
| HSL | 210º | 0.99% | 0.36% | - |
| HSV(B) | 210º | 0.99% | 0.73% | - |
| XYZ | 12.68 | 11.34 | 47.42 | - |
| YUV | 75.98 | 189.52 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 185 | 0.99 | 0.50 | 0 | 0.27 | 210 | 0.99 | 0.36 |
| Hex | 1 | 5D | B9 | 63 | 32 | 0 | 1B | D2 | 63 | 24 |
| Octal | 1 | 135 | 271 | 143 | 62 | 0 | 33 | 322 | 143 | 44 |
| Binary | 1 | 1011101 | 10111001 | 1100011 | 110010 | 0 | 11011 | 11010010 | 1100011 | 100100 |
Color Harmonies of #015DB9
Complementary color
Monochromatic Colors of #015DB9
Black with #015DB9
Text Example
Text Example
White with #015DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DB9; }
p { color: rgb(1,93,185); }
H1.HeaderClassName
{
color: #015DB9;
}
.AnyTagClassName
{
color: #015DB9;
}
</style>
background-color css
<style>
a { background-color: #015DB9; }
a { background-color: rgb(1,93,185); }
div.DivClassName
{
background-color: #015DB9;
}
.BgClassName
{
background-color: #015DB9;
}
</style>
border-color css
<style>
span { border-color: #015DB9; }
span { border-color: rgb(1,93,185); }
td.TdClassName
{
border-color: #015DB9;
}
.TagClassName
{
border-color: #015DB9;
}
</style>