Shades of Navy Blue #017CC3
Tints of Navy Blue #017CC3
RGB
CMYK
RGB Variations
Color information
#017CC3 (or 0x017CC3) is known color: Navy Blue. HEX triplet: 01, 7C and C3. RGB value is (1,124,195). Sum of RGB (Red+Green+Blue) = 1+124+195=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #017CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CC3 is #FE833C. Grayscale: #5E5E5E. Windows color (decimal): -16679741 or 12811265. OLE color: 12811265.
HSL color Cylindrical-coordinate representation of color #017CC3: hue angle of 201.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CC3 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 124 | 195 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.24 |
| HSL | 201.96º | 0.99% | 0.38% | - |
| HSV(B) | 201.96º | 0.99% | 0.76% | - |
| XYZ | 17.07 | 18.36 | 54.27 | - |
| YUV | 95.32 | 184.25 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 195 | 0.99 | 0.36 | 0 | 0.24 | 201.96 | 0.99 | 0.38 |
| Hex | 1 | 7C | C3 | 63 | 24 | 0 | 18 | CA | 63 | 26 |
| Octal | 1 | 174 | 303 | 143 | 44 | 0 | 30 | 312 | 143 | 46 |
| Binary | 1 | 1111100 | 11000011 | 1100011 | 100100 | 0 | 11000 | 11001010 | 1100011 | 100110 |
Color Harmonies of #017CC3
Complementary color
Monochromatic Colors of #017CC3
Black with #017CC3
Text Example
Text Example
White with #017CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CC3; }
p { color: rgb(1,124,195); }
H1.HeaderClassName
{
color: #017CC3;
}
.AnyTagClassName
{
color: #017CC3;
}
</style>
background-color css
<style>
a { background-color: #017CC3; }
a { background-color: rgb(1,124,195); }
div.DivClassName
{
background-color: #017CC3;
}
.BgClassName
{
background-color: #017CC3;
}
</style>
border-color css
<style>
span { border-color: #017CC3; }
span { border-color: rgb(1,124,195); }
td.TdClassName
{
border-color: #017CC3;
}
.TagClassName
{
border-color: #017CC3;
}
</style>