Shades of Navy Blue #1768DF
Tints of Navy Blue #1768DF
RGB
CMYK
RGB Variations
Color information
#1768DF (or 0x1768DF) is known color: Navy Blue. HEX triplet: 17, 68 and DF. RGB value is (23,104,223). Sum of RGB (Red+Green+Blue) = 23+104+223=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #1768DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768DF is #E89720. Grayscale: #5C5C5C. Windows color (decimal): -15243041 or 14641175. OLE color: 14641175.
HSL color Cylindrical-coordinate representation of color #1768DF: hue angle of 215.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 #1768DF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 104 | 223 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.13 |
| HSL | 215.7º | 0.81% | 0.48% | - |
| HSV(B) | 215.7º | 0.9% | 0.87% | - |
| XYZ | 18.62 | 15.41 | 71.81 | - |
| YUV | 93.35 | 201.16 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 223 | 0.90 | 0.53 | 0 | 0.13 | 215.7 | 0.81 | 0.48 |
| Hex | 17 | 68 | DF | 5A | 35 | 0 | D | D8 | 51 | 30 |
| Octal | 27 | 150 | 337 | 132 | 65 | 0 | 15 | 330 | 121 | 60 |
| Binary | 10111 | 1101000 | 11011111 | 1011010 | 110101 | 0 | 1101 | 11011000 | 1010001 | 110000 |
Color Harmonies of #1768DF
Complementary color
Monochromatic Colors of #1768DF
Black with #1768DF
Text Example
Text Example
White with #1768DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768DF; }
p { color: rgb(23,104,223); }
H1.HeaderClassName
{
color: #1768DF;
}
.AnyTagClassName
{
color: #1768DF;
}
</style>
background-color css
<style>
a { background-color: #1768DF; }
a { background-color: rgb(23,104,223); }
div.DivClassName
{
background-color: #1768DF;
}
.BgClassName
{
background-color: #1768DF;
}
</style>
border-color css
<style>
span { border-color: #1768DF; }
span { border-color: rgb(23,104,223); }
td.TdClassName
{
border-color: #1768DF;
}
.TagClassName
{
border-color: #1768DF;
}
</style>