Shades of Navy Blue #1779DF
Tints of Navy Blue #1779DF
RGB
CMYK
RGB Variations
Color information
#1779DF (or 0x1779DF) is known color: Navy Blue. HEX triplet: 17, 79 and DF. RGB value is (23,121,223). Sum of RGB (Red+Green+Blue) = 23+121+223=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #1779DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779DF is #E88620. Grayscale: #666666. Windows color (decimal): -15238689 or 14645527. OLE color: 14645527.
HSL color Cylindrical-coordinate representation of color #1779DF: hue angle of 210.6º 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 #1779DF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 121 | 223 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.13 |
| HSL | 210.6º | 0.81% | 0.48% | - |
| HSV(B) | 210.6º | 0.9% | 0.87% | - |
| XYZ | 20.51 | 19.18 | 72.43 | - |
| YUV | 103.33 | 195.53 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 223 | 0.90 | 0.46 | 0 | 0.13 | 210.6 | 0.81 | 0.48 |
| Hex | 17 | 79 | DF | 5A | 2E | 0 | D | D3 | 51 | 30 |
| Octal | 27 | 171 | 337 | 132 | 56 | 0 | 15 | 323 | 121 | 60 |
| Binary | 10111 | 1111001 | 11011111 | 1011010 | 101110 | 0 | 1101 | 11010011 | 1010001 | 110000 |
Color Harmonies of #1779DF
Complementary color
Monochromatic Colors of #1779DF
Black with #1779DF
Text Example
Text Example
White with #1779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779DF; }
p { color: rgb(23,121,223); }
H1.HeaderClassName
{
color: #1779DF;
}
.AnyTagClassName
{
color: #1779DF;
}
</style>
background-color css
<style>
a { background-color: #1779DF; }
a { background-color: rgb(23,121,223); }
div.DivClassName
{
background-color: #1779DF;
}
.BgClassName
{
background-color: #1779DF;
}
</style>
border-color css
<style>
span { border-color: #1779DF; }
span { border-color: rgb(23,121,223); }
td.TdClassName
{
border-color: #1779DF;
}
.TagClassName
{
border-color: #1779DF;
}
</style>