Shades of Navy Blue #1772DF
Tints of Navy Blue #1772DF
RGB
CMYK
RGB Variations
Color information
#1772DF (or 0x1772DF) is known color: Navy Blue. HEX triplet: 17, 72 and DF. RGB value is (23,114,223). Sum of RGB (Red+Green+Blue) = 23+114+223=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #1772DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772DF is #E88D20. Grayscale: #626262. Windows color (decimal): -15240481 or 14643735. OLE color: 14643735.
HSL color Cylindrical-coordinate representation of color #1772DF: hue angle of 212.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1772DF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 114 | 223 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.13 |
| HSL | 212.7º | 0.81% | 0.48% | - |
| HSV(B) | 212.7º | 0.9% | 0.87% | - |
| XYZ | 19.69 | 17.54 | 72.16 | - |
| YUV | 99.22 | 197.85 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 223 | 0.90 | 0.49 | 0 | 0.13 | 212.7 | 0.81 | 0.48 |
| Hex | 17 | 72 | DF | 5A | 31 | 0 | D | D5 | 51 | 30 |
| Octal | 27 | 162 | 337 | 132 | 61 | 0 | 15 | 325 | 121 | 60 |
| Binary | 10111 | 1110010 | 11011111 | 1011010 | 110001 | 0 | 1101 | 11010101 | 1010001 | 110000 |
Color Harmonies of #1772DF
Complementary color
Monochromatic Colors of #1772DF
Black with #1772DF
Text Example
Text Example
White with #1772DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772DF; }
p { color: rgb(23,114,223); }
H1.HeaderClassName
{
color: #1772DF;
}
.AnyTagClassName
{
color: #1772DF;
}
</style>
background-color css
<style>
a { background-color: #1772DF; }
a { background-color: rgb(23,114,223); }
div.DivClassName
{
background-color: #1772DF;
}
.BgClassName
{
background-color: #1772DF;
}
</style>
border-color css
<style>
span { border-color: #1772DF; }
span { border-color: rgb(23,114,223); }
td.TdClassName
{
border-color: #1772DF;
}
.TagClassName
{
border-color: #1772DF;
}
</style>