Shades of Navy Blue #1763DF
Tints of Navy Blue #1763DF
RGB
CMYK
RGB Variations
Color information
#1763DF (or 0x1763DF) is known color: Navy Blue. HEX triplet: 17, 63 and DF. RGB value is (23,99,223). Sum of RGB (Red+Green+Blue) = 23+99+223=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #1763DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1763DF is #E89C20. Grayscale: #595959. Windows color (decimal): -15244321 or 14639895. OLE color: 14639895.
HSL color Cylindrical-coordinate representation of color #1763DF: hue angle of 217.2º 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 #1763DF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 99 | 223 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.13 |
| HSL | 217.2º | 0.81% | 0.48% | - |
| HSV(B) | 217.2º | 0.9% | 0.87% | - |
| XYZ | 18.13 | 14.43 | 71.64 | - |
| YUV | 90.41 | 202.82 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 223 | 0.90 | 0.56 | 0 | 0.13 | 217.2 | 0.81 | 0.48 |
| Hex | 17 | 63 | DF | 5A | 38 | 0 | D | D9 | 51 | 30 |
| Octal | 27 | 143 | 337 | 132 | 70 | 0 | 15 | 331 | 121 | 60 |
| Binary | 10111 | 1100011 | 11011111 | 1011010 | 111000 | 0 | 1101 | 11011001 | 1010001 | 110000 |
Color Harmonies of #1763DF
Complementary color
Monochromatic Colors of #1763DF
Black with #1763DF
Text Example
Text Example
White with #1763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763DF; }
p { color: rgb(23,99,223); }
H1.HeaderClassName
{
color: #1763DF;
}
.AnyTagClassName
{
color: #1763DF;
}
</style>
background-color css
<style>
a { background-color: #1763DF; }
a { background-color: rgb(23,99,223); }
div.DivClassName
{
background-color: #1763DF;
}
.BgClassName
{
background-color: #1763DF;
}
</style>
border-color css
<style>
span { border-color: #1763DF; }
span { border-color: rgb(23,99,223); }
td.TdClassName
{
border-color: #1763DF;
}
.TagClassName
{
border-color: #1763DF;
}
</style>