Shades of Navy Blue #1767EC
Tints of Navy Blue #1767EC
RGB
CMYK
RGB Variations
Color information
#1767EC (or 0x1767EC) is known color: Navy Blue. HEX triplet: 17, 67 and EC. RGB value is (23,103,236). Sum of RGB (Red+Green+Blue) = 23+103+236=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #1767EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1767EC is #E89813. Grayscale: #5D5D5D. Windows color (decimal): -15243284 or 15492887. OLE color: 15492887.
HSL color Cylindrical-coordinate representation of color #1767EC: hue angle of 217.46º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1767EC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 103 | 236 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.07 |
| HSL | 217.46º | 0.85% | 0.51% | - |
| HSV(B) | 217.46º | 0.9% | 0.93% | - |
| XYZ | 20.34 | 15.94 | 81.36 | - |
| YUV | 94.24 | 208 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 103 | 236 | 0.90 | 0.56 | 0 | 0.07 | 217.46 | 0.85 | 0.51 |
| Hex | 17 | 67 | EC | 5A | 38 | 0 | 7 | D9 | 55 | 33 |
| Octal | 27 | 147 | 354 | 132 | 70 | 0 | 7 | 331 | 125 | 63 |
| Binary | 10111 | 1100111 | 11101100 | 1011010 | 111000 | 0 | 111 | 11011001 | 1010101 | 110011 |
Color Harmonies of #1767EC
Complementary color
Monochromatic Colors of #1767EC
Black with #1767EC
Text Example
Text Example
White with #1767EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1767EC; }
p { color: rgb(23,103,236); }
H1.HeaderClassName
{
color: #1767EC;
}
.AnyTagClassName
{
color: #1767EC;
}
</style>
background-color css
<style>
a { background-color: #1767EC; }
a { background-color: rgb(23,103,236); }
div.DivClassName
{
background-color: #1767EC;
}
.BgClassName
{
background-color: #1767EC;
}
</style>
border-color css
<style>
span { border-color: #1767EC; }
span { border-color: rgb(23,103,236); }
td.TdClassName
{
border-color: #1767EC;
}
.TagClassName
{
border-color: #1767EC;
}
</style>