Shades of Navy Blue #017BD9
Tints of Navy Blue #017BD9
RGB
CMYK
RGB Variations
Color information
#017BD9 (or 0x017BD9) is known color: Navy Blue. HEX triplet: 01, 7B and D9. RGB value is (1,123,217). Sum of RGB (Red+Green+Blue) = 1+123+217=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #017BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BD9 is #FE8426. Grayscale: #606060. Windows color (decimal): -16679975 or 14252801. OLE color: 14252801.
HSL color Cylindrical-coordinate representation of color #017BD9: hue angle of 206.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BD9 is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 123 | 217 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.15 |
| HSL | 206.11º | 0.99% | 0.43% | - |
| HSV(B) | 206.11º | 1% | 0.85% | - |
| XYZ | 19.62 | 19.18 | 68.31 | - |
| YUV | 97.24 | 195.58 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 217 | 1.00 | 0.43 | 0 | 0.15 | 206.11 | 0.99 | 0.43 |
| Hex | 1 | 7B | D9 | 64 | 2B | 0 | F | CE | 63 | 2B |
| Octal | 1 | 173 | 331 | 144 | 53 | 0 | 17 | 316 | 143 | 53 |
| Binary | 1 | 1111011 | 11011001 | 1100100 | 101011 | 0 | 1111 | 11001110 | 1100011 | 101011 |
Color Harmonies of #017BD9
Complementary color
Monochromatic Colors of #017BD9
Black with #017BD9
Text Example
Text Example
White with #017BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BD9; }
p { color: rgb(1,123,217); }
H1.HeaderClassName
{
color: #017BD9;
}
.AnyTagClassName
{
color: #017BD9;
}
</style>
background-color css
<style>
a { background-color: #017BD9; }
a { background-color: rgb(1,123,217); }
div.DivClassName
{
background-color: #017BD9;
}
.BgClassName
{
background-color: #017BD9;
}
</style>
border-color css
<style>
span { border-color: #017BD9; }
span { border-color: rgb(1,123,217); }
td.TdClassName
{
border-color: #017BD9;
}
.TagClassName
{
border-color: #017BD9;
}
</style>