Shades of Navy Blue #1770E6
Tints of Navy Blue #1770E6
RGB
CMYK
RGB Variations
Color information
#1770E6 (or 0x1770E6) is known color: Navy Blue. HEX triplet: 17, 70 and E6. RGB value is (23,112,230). Sum of RGB (Red+Green+Blue) = 23+112+230=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #1770E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1770E6 is #E88F19. Grayscale: #626262. Windows color (decimal): -15240986 or 15101975. OLE color: 15101975.
HSL color Cylindrical-coordinate representation of color #1770E6: hue angle of 214.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1770E6 is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 112 | 230 | - |
| CMYK | 0.9 | 0.51 | 0 | 0.10 |
| HSL | 214.2º | 0.82% | 0.5% | - |
| HSV(B) | 214.2º | 0.9% | 0.9% | - |
| XYZ | 20.43 | 17.48 | 77.16 | - |
| YUV | 98.84 | 202.01 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 230 | 0.9 | 0.51 | 0 | 0.10 | 214.2 | 0.82 | 0.5 |
| Hex | 17 | 70 | E6 | 5A | 33 | 0 | A | D6 | 52 | 32 |
| Octal | 27 | 160 | 346 | 132 | 63 | 0 | 12 | 326 | 122 | 62 |
| Binary | 10111 | 1110000 | 11100110 | 1011010 | 110011 | 0 | 1010 | 11010110 | 1010010 | 110010 |
Color Harmonies of #1770E6
Complementary color
Monochromatic Colors of #1770E6
Black with #1770E6
Text Example
Text Example
White with #1770E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770E6; }
p { color: rgb(23,112,230); }
H1.HeaderClassName
{
color: #1770E6;
}
.AnyTagClassName
{
color: #1770E6;
}
</style>
background-color css
<style>
a { background-color: #1770E6; }
a { background-color: rgb(23,112,230); }
div.DivClassName
{
background-color: #1770E6;
}
.BgClassName
{
background-color: #1770E6;
}
</style>
border-color css
<style>
span { border-color: #1770E6; }
span { border-color: rgb(23,112,230); }
td.TdClassName
{
border-color: #1770E6;
}
.TagClassName
{
border-color: #1770E6;
}
</style>