Shades of Navy Blue #0172BC
Tints of Navy Blue #0172BC
RGB
CMYK
RGB Variations
Color information
#0172BC (or 0x0172BC) is known color: Navy Blue. HEX triplet: 01, 72 and BC. RGB value is (1,114,188). Sum of RGB (Red+Green+Blue) = 1+114+188=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #0172BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172BC is #FE8D43. Grayscale: #585858. Windows color (decimal): -16682308 or 12349953. OLE color: 12349953.
HSL color Cylindrical-coordinate representation of color #0172BC: hue angle of 203.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0172BC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 114 | 188 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.26 |
| HSL | 203.74º | 0.99% | 0.37% | - |
| HSV(B) | 203.74º | 0.99% | 0.74% | - |
| XYZ | 15.11 | 15.67 | 49.81 | - |
| YUV | 88.65 | 184.06 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 188 | 0.99 | 0.39 | 0 | 0.26 | 203.74 | 0.99 | 0.37 |
| Hex | 1 | 72 | BC | 63 | 27 | 0 | 1A | CC | 63 | 25 |
| Octal | 1 | 162 | 274 | 143 | 47 | 0 | 32 | 314 | 143 | 45 |
| Binary | 1 | 1110010 | 10111100 | 1100011 | 100111 | 0 | 11010 | 11001100 | 1100011 | 100101 |
Color Harmonies of #0172BC
Complementary color
Monochromatic Colors of #0172BC
Black with #0172BC
Text Example
Text Example
White with #0172BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0172BC; }
p { color: rgb(1,114,188); }
H1.HeaderClassName
{
color: #0172BC;
}
.AnyTagClassName
{
color: #0172BC;
}
</style>
background-color css
<style>
a { background-color: #0172BC; }
a { background-color: rgb(1,114,188); }
div.DivClassName
{
background-color: #0172BC;
}
.BgClassName
{
background-color: #0172BC;
}
</style>
border-color css
<style>
span { border-color: #0172BC; }
span { border-color: rgb(1,114,188); }
td.TdClassName
{
border-color: #0172BC;
}
.TagClassName
{
border-color: #0172BC;
}
</style>