Shades of Navy Blue #017DC3
Tints of Navy Blue #017DC3
RGB
CMYK
RGB Variations
Color information
#017DC3 (or 0x017DC3) is known color: Navy Blue. HEX triplet: 01, 7D and C3. RGB value is (1,125,195). Sum of RGB (Red+Green+Blue) = 1+125+195=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #017DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DC3 is #FE823C. Grayscale: #5F5F5F. Windows color (decimal): -16679485 or 12811521. OLE color: 12811521.
HSL color Cylindrical-coordinate representation of color #017DC3: hue angle of 201.65º 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 #017DC3 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 125 | 195 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.24 |
| HSL | 201.65º | 0.99% | 0.38% | - |
| HSV(B) | 201.65º | 0.99% | 0.76% | - |
| XYZ | 17.2 | 18.61 | 54.32 | - |
| YUV | 95.9 | 183.92 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 195 | 0.99 | 0.36 | 0 | 0.24 | 201.65 | 0.99 | 0.38 |
| Hex | 1 | 7D | C3 | 63 | 24 | 0 | 18 | CA | 63 | 26 |
| Octal | 1 | 175 | 303 | 143 | 44 | 0 | 30 | 312 | 143 | 46 |
| Binary | 1 | 1111101 | 11000011 | 1100011 | 100100 | 0 | 11000 | 11001010 | 1100011 | 100110 |
Color Harmonies of #017DC3
Complementary color
Monochromatic Colors of #017DC3
Black with #017DC3
Text Example
Text Example
White with #017DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DC3; }
p { color: rgb(1,125,195); }
H1.HeaderClassName
{
color: #017DC3;
}
.AnyTagClassName
{
color: #017DC3;
}
</style>
background-color css
<style>
a { background-color: #017DC3; }
a { background-color: rgb(1,125,195); }
div.DivClassName
{
background-color: #017DC3;
}
.BgClassName
{
background-color: #017DC3;
}
</style>
border-color css
<style>
span { border-color: #017DC3; }
span { border-color: rgb(1,125,195); }
td.TdClassName
{
border-color: #017DC3;
}
.TagClassName
{
border-color: #017DC3;
}
</style>