Shades of Navy Blue #1764F0
Tints of Navy Blue #1764F0
RGB
CMYK
RGB Variations
Color information
#1764F0 (or 0x1764F0) is known color: Navy Blue. HEX triplet: 17, 64 and F0. RGB value is (23,100,240). Sum of RGB (Red+Green+Blue) = 23+100+240=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 240 (94.14% from 255 or 66.12% from 363); Max value from RGB is 240 - color contains mainly: blue. Hex color #1764F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1764F0 is #E89B0F. Grayscale: #5C5C5C. Windows color (decimal): -15244048 or 15754263. OLE color: 15754263.
HSL color Cylindrical-coordinate representation of color #1764F0: hue angle of 218.71º 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 #1764F0 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 100 | 240 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.06 |
| HSL | 218.71º | 0.88% | 0.52% | - |
| HSV(B) | 218.71º | 0.9% | 0.94% | - |
| XYZ | 20.64 | 15.59 | 84.36 | - |
| YUV | 92.94 | 210.99 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 240 | 0.90 | 0.58 | 0 | 0.06 | 218.71 | 0.88 | 0.52 |
| Hex | 17 | 64 | F0 | 5A | 3A | 0 | 6 | DB | 58 | 34 |
| Octal | 27 | 144 | 360 | 132 | 72 | 0 | 6 | 333 | 130 | 64 |
| Binary | 10111 | 1100100 | 11110000 | 1011010 | 111010 | 0 | 110 | 11011011 | 1011000 | 110100 |
Color Harmonies of #1764F0
Complementary color
Monochromatic Colors of #1764F0
Black with #1764F0
Text Example
Text Example
White with #1764F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764F0; }
p { color: rgb(23,100,240); }
H1.HeaderClassName
{
color: #1764F0;
}
.AnyTagClassName
{
color: #1764F0;
}
</style>
background-color css
<style>
a { background-color: #1764F0; }
a { background-color: rgb(23,100,240); }
div.DivClassName
{
background-color: #1764F0;
}
.BgClassName
{
background-color: #1764F0;
}
</style>
border-color css
<style>
span { border-color: #1764F0; }
span { border-color: rgb(23,100,240); }
td.TdClassName
{
border-color: #1764F0;
}
.TagClassName
{
border-color: #1764F0;
}
</style>