Shades of Navy Blue #1760F0
Tints of Navy Blue #1760F0
RGB
CMYK
RGB Variations
Color information
#1760F0 (or 0x1760F0) is known color: Navy Blue. HEX triplet: 17, 60 and F0. RGB value is (23,96,240). Sum of RGB (Red+Green+Blue) = 23+96+240=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #1760F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760F0 is #E89F0F. Grayscale: #595959. Windows color (decimal): -15245072 or 15753239. OLE color: 15753239.
HSL color Cylindrical-coordinate representation of color #1760F0: hue angle of 219.82º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1760F0 is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 96 | 240 | - |
| CMYK | 0.90 | 0.6 | 0 | 0.06 |
| HSL | 219.82º | 0.88% | 0.52% | - |
| HSV(B) | 219.82º | 0.9% | 0.94% | - |
| XYZ | 20.26 | 14.84 | 84.23 | - |
| YUV | 90.59 | 212.32 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 240 | 0.90 | 0.6 | 0 | 0.06 | 219.82 | 0.88 | 0.52 |
| Hex | 17 | 60 | F0 | 5A | 3C | 0 | 6 | DC | 58 | 34 |
| Octal | 27 | 140 | 360 | 132 | 74 | 0 | 6 | 334 | 130 | 64 |
| Binary | 10111 | 1100000 | 11110000 | 1011010 | 111100 | 0 | 110 | 11011100 | 1011000 | 110100 |
Color Harmonies of #1760F0
Complementary color
Monochromatic Colors of #1760F0
Black with #1760F0
Text Example
Text Example
White with #1760F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760F0; }
p { color: rgb(23,96,240); }
H1.HeaderClassName
{
color: #1760F0;
}
.AnyTagClassName
{
color: #1760F0;
}
</style>
background-color css
<style>
a { background-color: #1760F0; }
a { background-color: rgb(23,96,240); }
div.DivClassName
{
background-color: #1760F0;
}
.BgClassName
{
background-color: #1760F0;
}
</style>
border-color css
<style>
span { border-color: #1760F0; }
span { border-color: rgb(23,96,240); }
td.TdClassName
{
border-color: #1760F0;
}
.TagClassName
{
border-color: #1760F0;
}
</style>