Shades of Navy Blue #1776DF
Tints of Navy Blue #1776DF
RGB
CMYK
RGB Variations
Color information
#1776DF (or 0x1776DF) is known color: Navy Blue. HEX triplet: 17, 76 and DF. RGB value is (23,118,223). Sum of RGB (Red+Green+Blue) = 23+118+223=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #1776DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776DF is #E88920. Grayscale: #656565. Windows color (decimal): -15239457 or 14644759. OLE color: 14644759.
HSL color Cylindrical-coordinate representation of color #1776DF: hue angle of 211.5º 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 #1776DF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 118 | 223 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.13 |
| HSL | 211.5º | 0.81% | 0.48% | - |
| HSV(B) | 211.5º | 0.9% | 0.87% | - |
| XYZ | 20.15 | 18.47 | 72.31 | - |
| YUV | 101.57 | 196.53 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 223 | 0.90 | 0.47 | 0 | 0.13 | 211.5 | 0.81 | 0.48 |
| Hex | 17 | 76 | DF | 5A | 2F | 0 | D | D4 | 51 | 30 |
| Octal | 27 | 166 | 337 | 132 | 57 | 0 | 15 | 324 | 121 | 60 |
| Binary | 10111 | 1110110 | 11011111 | 1011010 | 101111 | 0 | 1101 | 11010100 | 1010001 | 110000 |
Color Harmonies of #1776DF
Complementary color
Monochromatic Colors of #1776DF
Black with #1776DF
Text Example
Text Example
White with #1776DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776DF; }
p { color: rgb(23,118,223); }
H1.HeaderClassName
{
color: #1776DF;
}
.AnyTagClassName
{
color: #1776DF;
}
</style>
background-color css
<style>
a { background-color: #1776DF; }
a { background-color: rgb(23,118,223); }
div.DivClassName
{
background-color: #1776DF;
}
.BgClassName
{
background-color: #1776DF;
}
</style>
border-color css
<style>
span { border-color: #1776DF; }
span { border-color: rgb(23,118,223); }
td.TdClassName
{
border-color: #1776DF;
}
.TagClassName
{
border-color: #1776DF;
}
</style>