Shades of Navy Blue #017BCD
Tints of Navy Blue #017BCD
RGB
CMYK
RGB Variations
Color information
#017BCD (or 0x017BCD) is known color: Navy Blue. HEX triplet: 01, 7B and CD. RGB value is (1,123,205). Sum of RGB (Red+Green+Blue) = 1+123+205=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #017BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BCD is #FE8432. Grayscale: #5F5F5F. Windows color (decimal): -16679987 or 13466369. OLE color: 13466369.
HSL color Cylindrical-coordinate representation of color #017BCD: hue angle of 204.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BCD is Cyan = 1.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 123 | 205 | - |
| CMYK | 1.00 | 0.4 | 0 | 0.20 |
| HSL | 204.12º | 0.99% | 0.4% | - |
| HSV(B) | 204.12º | 1% | 0.8% | - |
| XYZ | 18.11 | 18.58 | 60.39 | - |
| YUV | 95.87 | 189.58 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 205 | 1.00 | 0.4 | 0 | 0.20 | 204.12 | 0.99 | 0.4 |
| Hex | 1 | 7B | CD | 64 | 28 | 0 | 14 | CC | 63 | 28 |
| Octal | 1 | 173 | 315 | 144 | 50 | 0 | 24 | 314 | 143 | 50 |
| Binary | 1 | 1111011 | 11001101 | 1100100 | 101000 | 0 | 10100 | 11001100 | 1100011 | 101000 |
Color Harmonies of #017BCD
Complementary color
Monochromatic Colors of #017BCD
Black with #017BCD
Text Example
Text Example
White with #017BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BCD; }
p { color: rgb(1,123,205); }
H1.HeaderClassName
{
color: #017BCD;
}
.AnyTagClassName
{
color: #017BCD;
}
</style>
background-color css
<style>
a { background-color: #017BCD; }
a { background-color: rgb(1,123,205); }
div.DivClassName
{
background-color: #017BCD;
}
.BgClassName
{
background-color: #017BCD;
}
</style>
border-color css
<style>
span { border-color: #017BCD; }
span { border-color: rgb(1,123,205); }
td.TdClassName
{
border-color: #017BCD;
}
.TagClassName
{
border-color: #017BCD;
}
</style>