Shades of Navy Blue #017BD3
Tints of Navy Blue #017BD3
RGB
CMYK
RGB Variations
Color information
#017BD3 (or 0x017BD3) is known color: Navy Blue. HEX triplet: 01, 7B and D3. RGB value is (1,123,211). Sum of RGB (Red+Green+Blue) = 1+123+211=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 211 (82.81% from 255 or 62.99% from 335); Max value from RGB is 211 - color contains mainly: blue. Hex color #017BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BD3 is #FE842C. Grayscale: #606060. Windows color (decimal): -16679981 or 13859585. OLE color: 13859585.
HSL color Cylindrical-coordinate representation of color #017BD3: hue angle of 205.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BD3 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 123 | 211 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.17 |
| HSL | 205.14º | 0.99% | 0.42% | - |
| HSV(B) | 205.14º | 1% | 0.83% | - |
| XYZ | 18.85 | 18.88 | 64.28 | - |
| YUV | 96.55 | 192.58 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 211 | 1.00 | 0.42 | 0 | 0.17 | 205.14 | 0.99 | 0.42 |
| Hex | 1 | 7B | D3 | 64 | 2A | 0 | 11 | CD | 63 | 2A |
| Octal | 1 | 173 | 323 | 144 | 52 | 0 | 21 | 315 | 143 | 52 |
| Binary | 1 | 1111011 | 11010011 | 1100100 | 101010 | 0 | 10001 | 11001101 | 1100011 | 101010 |
Color Harmonies of #017BD3
Complementary color
Monochromatic Colors of #017BD3
Black with #017BD3
Text Example
Text Example
White with #017BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BD3; }
p { color: rgb(1,123,211); }
H1.HeaderClassName
{
color: #017BD3;
}
.AnyTagClassName
{
color: #017BD3;
}
</style>
background-color css
<style>
a { background-color: #017BD3; }
a { background-color: rgb(1,123,211); }
div.DivClassName
{
background-color: #017BD3;
}
.BgClassName
{
background-color: #017BD3;
}
</style>
border-color css
<style>
span { border-color: #017BD3; }
span { border-color: rgb(1,123,211); }
td.TdClassName
{
border-color: #017BD3;
}
.TagClassName
{
border-color: #017BD3;
}
</style>