Shades of Navy Blue #0172DA
Tints of Navy Blue #0172DA
RGB
CMYK
RGB Variations
Color information
#0172DA (or 0x0172DA) is known color: Navy Blue. HEX triplet: 01, 72 and DA. RGB value is (1,114,218). Sum of RGB (Red+Green+Blue) = 1+114+218=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #0172DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172DA is #FE8D25. Grayscale: #5B5B5B. Windows color (decimal): -16682278 or 14316033. OLE color: 14316033.
HSL color Cylindrical-coordinate representation of color #0172DA: hue angle of 208.76º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0172DA is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 114 | 218 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.15 |
| HSL | 208.76º | 0.99% | 0.43% | - |
| HSV(B) | 208.76º | 1% | 0.85% | - |
| XYZ | 18.68 | 17.1 | 68.65 | - |
| YUV | 92.07 | 199.06 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 218 | 1.00 | 0.48 | 0 | 0.15 | 208.76 | 0.99 | 0.43 |
| Hex | 1 | 72 | DA | 64 | 30 | 0 | F | D1 | 63 | 2B |
| Octal | 1 | 162 | 332 | 144 | 60 | 0 | 17 | 321 | 143 | 53 |
| Binary | 1 | 1110010 | 11011010 | 1100100 | 110000 | 0 | 1111 | 11010001 | 1100011 | 101011 |
Color Harmonies of #0172DA
Complementary color
Monochromatic Colors of #0172DA
Black with #0172DA
Text Example
Text Example
White with #0172DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0172DA; }
p { color: rgb(1,114,218); }
H1.HeaderClassName
{
color: #0172DA;
}
.AnyTagClassName
{
color: #0172DA;
}
</style>
background-color css
<style>
a { background-color: #0172DA; }
a { background-color: rgb(1,114,218); }
div.DivClassName
{
background-color: #0172DA;
}
.BgClassName
{
background-color: #0172DA;
}
</style>
border-color css
<style>
span { border-color: #0172DA; }
span { border-color: rgb(1,114,218); }
td.TdClassName
{
border-color: #0172DA;
}
.TagClassName
{
border-color: #0172DA;
}
</style>