Shades of Navy Blue #1767EA
Tints of Navy Blue #1767EA
RGB
CMYK
RGB Variations
Color information
#1767EA (or 0x1767EA) is known color: Navy Blue. HEX triplet: 17, 67 and EA. RGB value is (23,103,234). Sum of RGB (Red+Green+Blue) = 23+103+234=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #1767EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1767EA is #E89815. Grayscale: #5D5D5D. Windows color (decimal): -15243286 or 15361815. OLE color: 15361815.
HSL color Cylindrical-coordinate representation of color #1767EA: hue angle of 217.25º 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 #1767EA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 103 | 234 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.08 |
| HSL | 217.25º | 0.83% | 0.5% | - |
| HSV(B) | 217.25º | 0.9% | 0.92% | - |
| XYZ | 20.05 | 15.82 | 79.84 | - |
| YUV | 94.01 | 207 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 103 | 234 | 0.90 | 0.56 | 0 | 0.08 | 217.25 | 0.83 | 0.5 |
| Hex | 17 | 67 | EA | 5A | 38 | 0 | 8 | D9 | 53 | 32 |
| Octal | 27 | 147 | 352 | 132 | 70 | 0 | 10 | 331 | 123 | 62 |
| Binary | 10111 | 1100111 | 11101010 | 1011010 | 111000 | 0 | 1000 | 11011001 | 1010011 | 110010 |
Color Harmonies of #1767EA
Complementary color
Monochromatic Colors of #1767EA
Black with #1767EA
Text Example
Text Example
White with #1767EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1767EA; }
p { color: rgb(23,103,234); }
H1.HeaderClassName
{
color: #1767EA;
}
.AnyTagClassName
{
color: #1767EA;
}
</style>
background-color css
<style>
a { background-color: #1767EA; }
a { background-color: rgb(23,103,234); }
div.DivClassName
{
background-color: #1767EA;
}
.BgClassName
{
background-color: #1767EA;
}
</style>
border-color css
<style>
span { border-color: #1767EA; }
span { border-color: rgb(23,103,234); }
td.TdClassName
{
border-color: #1767EA;
}
.TagClassName
{
border-color: #1767EA;
}
</style>