Shades of Navy Blue #1776D5
Tints of Navy Blue #1776D5
RGB
CMYK
RGB Variations
Color information
#1776D5 (or 0x1776D5) is known color: Navy Blue. HEX triplet: 17, 76 and D5. RGB value is (23,118,213). Sum of RGB (Red+Green+Blue) = 23+118+213=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #1776D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776D5 is #E8892A. Grayscale: #636363. Windows color (decimal): -15239467 or 13989399. OLE color: 13989399.
HSL color Cylindrical-coordinate representation of color #1776D5: hue angle of 210º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1776D5 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 118 | 213 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.16 |
| HSL | 210º | 0.81% | 0.46% | - |
| HSV(B) | 210º | 0.89% | 0.84% | - |
| XYZ | 18.84 | 17.94 | 65.42 | - |
| YUV | 100.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 213 | 0.89 | 0.45 | 0 | 0.16 | 210 | 0.81 | 0.46 |
| Hex | 17 | 76 | D5 | 59 | 2D | 0 | 10 | D2 | 51 | 2E |
| Octal | 27 | 166 | 325 | 131 | 55 | 0 | 20 | 322 | 121 | 56 |
| Binary | 10111 | 1110110 | 11010101 | 1011001 | 101101 | 0 | 10000 | 11010010 | 1010001 | 101110 |
Color Harmonies of #1776D5
Complementary color
Monochromatic Colors of #1776D5
Black with #1776D5
Text Example
Text Example
White with #1776D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776D5; }
p { color: rgb(23,118,213); }
H1.HeaderClassName
{
color: #1776D5;
}
.AnyTagClassName
{
color: #1776D5;
}
</style>
background-color css
<style>
a { background-color: #1776D5; }
a { background-color: rgb(23,118,213); }
div.DivClassName
{
background-color: #1776D5;
}
.BgClassName
{
background-color: #1776D5;
}
</style>
border-color css
<style>
span { border-color: #1776D5; }
span { border-color: rgb(23,118,213); }
td.TdClassName
{
border-color: #1776D5;
}
.TagClassName
{
border-color: #1776D5;
}
</style>