Shades of Navy Blue #017BCE
Tints of Navy Blue #017BCE
RGB
CMYK
RGB Variations
Color information
#017BCE (or 0x017BCE) is known color: Navy Blue. HEX triplet: 01, 7B and CE. RGB value is (1,123,206). Sum of RGB (Red+Green+Blue) = 1+123+206=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #017BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BCE is #FE8431. Grayscale: #5F5F5F. Windows color (decimal): -16679986 or 13531905. OLE color: 13531905.
HSL color Cylindrical-coordinate representation of color #017BCE: hue angle of 204.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BCE is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 123 | 206 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.19 |
| HSL | 204.29º | 0.99% | 0.41% | - |
| HSV(B) | 204.29º | 1% | 0.81% | - |
| XYZ | 18.24 | 18.63 | 61.03 | - |
| YUV | 95.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 206 | 1.00 | 0.40 | 0 | 0.19 | 204.29 | 0.99 | 0.41 |
| Hex | 1 | 7B | CE | 64 | 28 | 0 | 13 | CC | 63 | 29 |
| Octal | 1 | 173 | 316 | 144 | 50 | 0 | 23 | 314 | 143 | 51 |
| Binary | 1 | 1111011 | 11001110 | 1100100 | 101000 | 0 | 10011 | 11001100 | 1100011 | 101001 |
Color Harmonies of #017BCE
Complementary color
Monochromatic Colors of #017BCE
Black with #017BCE
Text Example
Text Example
White with #017BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BCE; }
p { color: rgb(1,123,206); }
H1.HeaderClassName
{
color: #017BCE;
}
.AnyTagClassName
{
color: #017BCE;
}
</style>
background-color css
<style>
a { background-color: #017BCE; }
a { background-color: rgb(1,123,206); }
div.DivClassName
{
background-color: #017BCE;
}
.BgClassName
{
background-color: #017BCE;
}
</style>
border-color css
<style>
span { border-color: #017BCE; }
span { border-color: rgb(1,123,206); }
td.TdClassName
{
border-color: #017BCE;
}
.TagClassName
{
border-color: #017BCE;
}
</style>