Shades of Navy Blue #1772DB
Tints of Navy Blue #1772DB
RGB
CMYK
RGB Variations
Color information
#1772DB (or 0x1772DB) is known color: Navy Blue. HEX triplet: 17, 72 and DB. RGB value is (23,114,219). Sum of RGB (Red+Green+Blue) = 23+114+219=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1772DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772DB is #E88D24. Grayscale: #626262. Windows color (decimal): -15240485 or 14381591. OLE color: 14381591.
HSL color Cylindrical-coordinate representation of color #1772DB: hue angle of 212.14º 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 #1772DB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 114 | 219 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.14 |
| HSL | 212.14º | 0.81% | 0.47% | - |
| HSV(B) | 212.14º | 0.89% | 0.86% | - |
| XYZ | 19.16 | 17.33 | 69.35 | - |
| YUV | 98.76 | 195.85 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 219 | 0.89 | 0.48 | 0 | 0.14 | 212.14 | 0.81 | 0.47 |
| Hex | 17 | 72 | DB | 59 | 30 | 0 | E | D4 | 51 | 2F |
| Octal | 27 | 162 | 333 | 131 | 60 | 0 | 16 | 324 | 121 | 57 |
| Binary | 10111 | 1110010 | 11011011 | 1011001 | 110000 | 0 | 1110 | 11010100 | 1010001 | 101111 |
Color Harmonies of #1772DB
Complementary color
Monochromatic Colors of #1772DB
Black with #1772DB
Text Example
Text Example
White with #1772DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772DB; }
p { color: rgb(23,114,219); }
H1.HeaderClassName
{
color: #1772DB;
}
.AnyTagClassName
{
color: #1772DB;
}
</style>
background-color css
<style>
a { background-color: #1772DB; }
a { background-color: rgb(23,114,219); }
div.DivClassName
{
background-color: #1772DB;
}
.BgClassName
{
background-color: #1772DB;
}
</style>
border-color css
<style>
span { border-color: #1772DB; }
span { border-color: rgb(23,114,219); }
td.TdClassName
{
border-color: #1772DB;
}
.TagClassName
{
border-color: #1772DB;
}
</style>