Shades of Navy Blue #1768DB
Tints of Navy Blue #1768DB
RGB
CMYK
RGB Variations
Color information
#1768DB (or 0x1768DB) is known color: Navy Blue. HEX triplet: 17, 68 and DB. RGB value is (23,104,219). Sum of RGB (Red+Green+Blue) = 23+104+219=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #1768DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768DB is #E89724. Grayscale: #5C5C5C. Windows color (decimal): -15243045 or 14379031. OLE color: 14379031.
HSL color Cylindrical-coordinate representation of color #1768DB: hue angle of 215.2º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1768DB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 104 | 219 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.14 |
| HSL | 215.2º | 0.81% | 0.47% | - |
| HSV(B) | 215.2º | 0.89% | 0.86% | - |
| XYZ | 18.09 | 15.2 | 69 | - |
| YUV | 92.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 219 | 0.89 | 0.53 | 0 | 0.14 | 215.2 | 0.81 | 0.47 |
| Hex | 17 | 68 | DB | 59 | 35 | 0 | E | D7 | 51 | 2F |
| Octal | 27 | 150 | 333 | 131 | 65 | 0 | 16 | 327 | 121 | 57 |
| Binary | 10111 | 1101000 | 11011011 | 1011001 | 110101 | 0 | 1110 | 11010111 | 1010001 | 101111 |
Color Harmonies of #1768DB
Complementary color
Monochromatic Colors of #1768DB
Black with #1768DB
Text Example
Text Example
White with #1768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768DB; }
p { color: rgb(23,104,219); }
H1.HeaderClassName
{
color: #1768DB;
}
.AnyTagClassName
{
color: #1768DB;
}
</style>
background-color css
<style>
a { background-color: #1768DB; }
a { background-color: rgb(23,104,219); }
div.DivClassName
{
background-color: #1768DB;
}
.BgClassName
{
background-color: #1768DB;
}
</style>
border-color css
<style>
span { border-color: #1768DB; }
span { border-color: rgb(23,104,219); }
td.TdClassName
{
border-color: #1768DB;
}
.TagClassName
{
border-color: #1768DB;
}
</style>