Shades of Navy Blue #017BCC
Tints of Navy Blue #017BCC
RGB
CMYK
RGB Variations
Color information
#017BCC (or 0x017BCC) is known color: Navy Blue. HEX triplet: 01, 7B and CC. RGB value is (1,123,204). Sum of RGB (Red+Green+Blue) = 1+123+204=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #017BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BCC is #FE8433. Grayscale: #5F5F5F. Windows color (decimal): -16679988 or 13400833. OLE color: 13400833.
HSL color Cylindrical-coordinate representation of color #017BCC: hue angle of 203.94º 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 #017BCC is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 123 | 204 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.2 |
| HSL | 203.94º | 0.99% | 0.4% | - |
| HSV(B) | 203.94º | 1% | 0.8% | - |
| XYZ | 17.99 | 18.53 | 59.76 | - |
| YUV | 95.76 | 189.08 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 204 | 1.00 | 0.40 | 0 | 0.2 | 203.94 | 0.99 | 0.4 |
| Hex | 1 | 7B | CC | 64 | 28 | 0 | 14 | CC | 63 | 28 |
| Octal | 1 | 173 | 314 | 144 | 50 | 0 | 24 | 314 | 143 | 50 |
| Binary | 1 | 1111011 | 11001100 | 1100100 | 101000 | 0 | 10100 | 11001100 | 1100011 | 101000 |
Color Harmonies of #017BCC
Complementary color
Monochromatic Colors of #017BCC
Black with #017BCC
Text Example
Text Example
White with #017BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BCC; }
p { color: rgb(1,123,204); }
H1.HeaderClassName
{
color: #017BCC;
}
.AnyTagClassName
{
color: #017BCC;
}
</style>
background-color css
<style>
a { background-color: #017BCC; }
a { background-color: rgb(1,123,204); }
div.DivClassName
{
background-color: #017BCC;
}
.BgClassName
{
background-color: #017BCC;
}
</style>
border-color css
<style>
span { border-color: #017BCC; }
span { border-color: rgb(1,123,204); }
td.TdClassName
{
border-color: #017BCC;
}
.TagClassName
{
border-color: #017BCC;
}
</style>