Shades of Navy Blue #1769EA
Tints of Navy Blue #1769EA
RGB
CMYK
RGB Variations
Color information
#1769EA (or 0x1769EA) is known color: Navy Blue. HEX triplet: 17, 69 and EA. RGB value is (23,105,234). Sum of RGB (Red+Green+Blue) = 23+105+234=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #1769EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1769EA is #E89615. Grayscale: #5E5E5E. Windows color (decimal): -15242774 or 15362327. OLE color: 15362327.
HSL color Cylindrical-coordinate representation of color #1769EA: hue angle of 216.68º 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 #1769EA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 105 | 234 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.08 |
| HSL | 216.68º | 0.83% | 0.5% | - |
| HSV(B) | 216.68º | 0.9% | 0.92% | - |
| XYZ | 20.26 | 16.23 | 79.91 | - |
| YUV | 95.19 | 206.33 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 234 | 0.90 | 0.55 | 0 | 0.08 | 216.68 | 0.83 | 0.5 |
| Hex | 17 | 69 | EA | 5A | 37 | 0 | 8 | D9 | 53 | 32 |
| Octal | 27 | 151 | 352 | 132 | 67 | 0 | 10 | 331 | 123 | 62 |
| Binary | 10111 | 1101001 | 11101010 | 1011010 | 110111 | 0 | 1000 | 11011001 | 1010011 | 110010 |
Color Harmonies of #1769EA
Complementary color
Monochromatic Colors of #1769EA
Black with #1769EA
Text Example
Text Example
White with #1769EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769EA; }
p { color: rgb(23,105,234); }
H1.HeaderClassName
{
color: #1769EA;
}
.AnyTagClassName
{
color: #1769EA;
}
</style>
background-color css
<style>
a { background-color: #1769EA; }
a { background-color: rgb(23,105,234); }
div.DivClassName
{
background-color: #1769EA;
}
.BgClassName
{
background-color: #1769EA;
}
</style>
border-color css
<style>
span { border-color: #1769EA; }
span { border-color: rgb(23,105,234); }
td.TdClassName
{
border-color: #1769EA;
}
.TagClassName
{
border-color: #1769EA;
}
</style>