Shades of Navy Blue #1667EB
Tints of Navy Blue #1667EB
RGB
CMYK
RGB Variations
Color information
#1667EB (or 0x1667EB) is known color: Navy Blue. HEX triplet: 16, 67 and EB. RGB value is (22,103,235). Sum of RGB (Red+Green+Blue) = 22+103+235=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #1667EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1667EB is #E99814. Grayscale: #5D5D5D. Windows color (decimal): -15308821 or 15427350. OLE color: 15427350.
HSL color Cylindrical-coordinate representation of color #1667EB: hue angle of 217.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1667EB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 103 | 235 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.08 |
| HSL | 217.18º | 0.84% | 0.5% | - |
| HSV(B) | 217.18º | 0.91% | 0.92% | - |
| XYZ | 20.18 | 15.87 | 80.6 | - |
| YUV | 93.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 235 | 0.91 | 0.56 | 0 | 0.08 | 217.18 | 0.84 | 0.5 |
| Hex | 16 | 67 | EB | 5B | 38 | 0 | 8 | D9 | 54 | 32 |
| Octal | 26 | 147 | 353 | 133 | 70 | 0 | 10 | 331 | 124 | 62 |
| Binary | 10110 | 1100111 | 11101011 | 1011011 | 111000 | 0 | 1000 | 11011001 | 1010100 | 110010 |
Color Harmonies of #1667EB
Complementary color
Monochromatic Colors of #1667EB
Black with #1667EB
Text Example
Text Example
White with #1667EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667EB; }
p { color: rgb(22,103,235); }
H1.HeaderClassName
{
color: #1667EB;
}
.AnyTagClassName
{
color: #1667EB;
}
</style>
background-color css
<style>
a { background-color: #1667EB; }
a { background-color: rgb(22,103,235); }
div.DivClassName
{
background-color: #1667EB;
}
.BgClassName
{
background-color: #1667EB;
}
</style>
border-color css
<style>
span { border-color: #1667EB; }
span { border-color: rgb(22,103,235); }
td.TdClassName
{
border-color: #1667EB;
}
.TagClassName
{
border-color: #1667EB;
}
</style>