Shades of Navy Blue #1765EA
Tints of Navy Blue #1765EA
RGB
CMYK
RGB Variations
Color information
#1765EA (or 0x1765EA) is known color: Navy Blue. HEX triplet: 17, 65 and EA. RGB value is (23,101,234). Sum of RGB (Red+Green+Blue) = 23+101+234=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #1765EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765EA is #E89A15. Grayscale: #5C5C5C. Windows color (decimal): -15243798 or 15361303. OLE color: 15361303.
HSL color Cylindrical-coordinate representation of color #1765EA: hue angle of 217.82º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1765EA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 101 | 234 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.08 |
| HSL | 217.82º | 0.83% | 0.5% | - |
| HSV(B) | 217.82º | 0.9% | 0.92% | - |
| XYZ | 19.86 | 15.43 | 79.77 | - |
| YUV | 92.84 | 207.66 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 234 | 0.90 | 0.57 | 0 | 0.08 | 217.82 | 0.83 | 0.5 |
| Hex | 17 | 65 | EA | 5A | 39 | 0 | 8 | DA | 53 | 32 |
| Octal | 27 | 145 | 352 | 132 | 71 | 0 | 10 | 332 | 123 | 62 |
| Binary | 10111 | 1100101 | 11101010 | 1011010 | 111001 | 0 | 1000 | 11011010 | 1010011 | 110010 |
Color Harmonies of #1765EA
Complementary color
Monochromatic Colors of #1765EA
Black with #1765EA
Text Example
Text Example
White with #1765EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765EA; }
p { color: rgb(23,101,234); }
H1.HeaderClassName
{
color: #1765EA;
}
.AnyTagClassName
{
color: #1765EA;
}
</style>
background-color css
<style>
a { background-color: #1765EA; }
a { background-color: rgb(23,101,234); }
div.DivClassName
{
background-color: #1765EA;
}
.BgClassName
{
background-color: #1765EA;
}
</style>
border-color css
<style>
span { border-color: #1765EA; }
span { border-color: rgb(23,101,234); }
td.TdClassName
{
border-color: #1765EA;
}
.TagClassName
{
border-color: #1765EA;
}
</style>