Shades of Navy Blue #1767DB
Tints of Navy Blue #1767DB
RGB
CMYK
RGB Variations
Color information
#1767DB (or 0x1767DB) is known color: Navy Blue. HEX triplet: 17, 67 and DB. RGB value is (23,103,219). Sum of RGB (Red+Green+Blue) = 23+103+219=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #1767DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1767DB is #E89824. Grayscale: #5B5B5B. Windows color (decimal): -15243301 or 14378775. OLE color: 14378775.
HSL color Cylindrical-coordinate representation of color #1767DB: hue angle of 215.51º 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 #1767DB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 103 | 219 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.14 |
| HSL | 215.51º | 0.81% | 0.47% | - |
| HSV(B) | 215.51º | 0.89% | 0.86% | - |
| XYZ | 17.99 | 15 | 68.96 | - |
| YUV | 92.3 | 199.5 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 103 | 219 | 0.89 | 0.53 | 0 | 0.14 | 215.51 | 0.81 | 0.47 |
| Hex | 17 | 67 | DB | 59 | 35 | 0 | E | D8 | 51 | 2F |
| Octal | 27 | 147 | 333 | 131 | 65 | 0 | 16 | 330 | 121 | 57 |
| Binary | 10111 | 1100111 | 11011011 | 1011001 | 110101 | 0 | 1110 | 11011000 | 1010001 | 101111 |
Color Harmonies of #1767DB
Complementary color
Monochromatic Colors of #1767DB
Black with #1767DB
Text Example
Text Example
White with #1767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1767DB; }
p { color: rgb(23,103,219); }
H1.HeaderClassName
{
color: #1767DB;
}
.AnyTagClassName
{
color: #1767DB;
}
</style>
background-color css
<style>
a { background-color: #1767DB; }
a { background-color: rgb(23,103,219); }
div.DivClassName
{
background-color: #1767DB;
}
.BgClassName
{
background-color: #1767DB;
}
</style>
border-color css
<style>
span { border-color: #1767DB; }
span { border-color: rgb(23,103,219); }
td.TdClassName
{
border-color: #1767DB;
}
.TagClassName
{
border-color: #1767DB;
}
</style>