Shades of Navy Blue #1667EF
Tints of Navy Blue #1667EF
RGB
CMYK
RGB Variations
Color information
#1667EF (or 0x1667EF) is known color: Navy Blue. HEX triplet: 16, 67 and EF. RGB value is (22,103,239). Sum of RGB (Red+Green+Blue) = 22+103+239=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #1667EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1667EF is #E99810. Grayscale: #5D5D5D. Windows color (decimal): -15308817 or 15689494. OLE color: 15689494.
HSL color Cylindrical-coordinate representation of color #1667EF: hue angle of 217.6º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1667EF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 103 | 239 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.06 |
| HSL | 217.6º | 0.87% | 0.51% | - |
| HSV(B) | 217.6º | 0.91% | 0.94% | - |
| XYZ | 20.76 | 16.1 | 83.68 | - |
| YUV | 94.29 | 209.66 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 239 | 0.91 | 0.57 | 0 | 0.06 | 217.6 | 0.87 | 0.51 |
| Hex | 16 | 67 | EF | 5B | 39 | 0 | 6 | DA | 57 | 33 |
| Octal | 26 | 147 | 357 | 133 | 71 | 0 | 6 | 332 | 127 | 63 |
| Binary | 10110 | 1100111 | 11101111 | 1011011 | 111001 | 0 | 110 | 11011010 | 1010111 | 110011 |
Color Harmonies of #1667EF
Complementary color
Monochromatic Colors of #1667EF
Black with #1667EF
Text Example
Text Example
White with #1667EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667EF; }
p { color: rgb(22,103,239); }
H1.HeaderClassName
{
color: #1667EF;
}
.AnyTagClassName
{
color: #1667EF;
}
</style>
background-color css
<style>
a { background-color: #1667EF; }
a { background-color: rgb(22,103,239); }
div.DivClassName
{
background-color: #1667EF;
}
.BgClassName
{
background-color: #1667EF;
}
</style>
border-color css
<style>
span { border-color: #1667EF; }
span { border-color: rgb(22,103,239); }
td.TdClassName
{
border-color: #1667EF;
}
.TagClassName
{
border-color: #1667EF;
}
</style>