Shades of Navy Blue #1767DF
Tints of Navy Blue #1767DF
RGB
CMYK
RGB Variations
Color information
#1767DF (or 0x1767DF) is known color: Navy Blue. HEX triplet: 17, 67 and DF. RGB value is (23,103,223). Sum of RGB (Red+Green+Blue) = 23+103+223=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #1767DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1767DF is #E89820. Grayscale: #5C5C5C. Windows color (decimal): -15243297 or 14640919. OLE color: 14640919.
HSL color Cylindrical-coordinate representation of color #1767DF: hue angle of 216º 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 #1767DF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 103 | 223 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.13 |
| HSL | 216º | 0.81% | 0.48% | - |
| HSV(B) | 216º | 0.9% | 0.87% | - |
| XYZ | 18.52 | 15.21 | 71.77 | - |
| YUV | 92.76 | 201.5 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 103 | 223 | 0.90 | 0.54 | 0 | 0.13 | 216 | 0.81 | 0.48 |
| Hex | 17 | 67 | DF | 5A | 36 | 0 | D | D8 | 51 | 30 |
| Octal | 27 | 147 | 337 | 132 | 66 | 0 | 15 | 330 | 121 | 60 |
| Binary | 10111 | 1100111 | 11011111 | 1011010 | 110110 | 0 | 1101 | 11011000 | 1010001 | 110000 |
Color Harmonies of #1767DF
Complementary color
Monochromatic Colors of #1767DF
Black with #1767DF
Text Example
Text Example
White with #1767DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1767DF; }
p { color: rgb(23,103,223); }
H1.HeaderClassName
{
color: #1767DF;
}
.AnyTagClassName
{
color: #1767DF;
}
</style>
background-color css
<style>
a { background-color: #1767DF; }
a { background-color: rgb(23,103,223); }
div.DivClassName
{
background-color: #1767DF;
}
.BgClassName
{
background-color: #1767DF;
}
</style>
border-color css
<style>
span { border-color: #1767DF; }
span { border-color: rgb(23,103,223); }
td.TdClassName
{
border-color: #1767DF;
}
.TagClassName
{
border-color: #1767DF;
}
</style>