Shades of Navy Blue #1667F0
Tints of Navy Blue #1667F0
RGB
CMYK
RGB Variations
Color information
#1667F0 (or 0x1667F0) is known color: Navy Blue. HEX triplet: 16, 67 and F0. RGB value is (22,103,240). Sum of RGB (Red+Green+Blue) = 22+103+240=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #1667F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1667F0 is #E9980F. Grayscale: #5D5D5D. Windows color (decimal): -15308816 or 15755030. OLE color: 15755030.
HSL color Cylindrical-coordinate representation of color #1667F0: hue angle of 217.71º degrees, saturation: 0.88, 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 #1667F0 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 103 | 240 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.06 |
| HSL | 217.71º | 0.88% | 0.51% | - |
| HSV(B) | 217.71º | 0.91% | 0.94% | - |
| XYZ | 20.91 | 16.16 | 84.46 | - |
| YUV | 94.4 | 210.16 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 240 | 0.91 | 0.57 | 0 | 0.06 | 217.71 | 0.88 | 0.51 |
| Hex | 16 | 67 | F0 | 5B | 39 | 0 | 6 | DA | 58 | 33 |
| Octal | 26 | 147 | 360 | 133 | 71 | 0 | 6 | 332 | 130 | 63 |
| Binary | 10110 | 1100111 | 11110000 | 1011011 | 111001 | 0 | 110 | 11011010 | 1011000 | 110011 |
Color Harmonies of #1667F0
Complementary color
Monochromatic Colors of #1667F0
Black with #1667F0
Text Example
Text Example
White with #1667F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667F0; }
p { color: rgb(22,103,240); }
H1.HeaderClassName
{
color: #1667F0;
}
.AnyTagClassName
{
color: #1667F0;
}
</style>
background-color css
<style>
a { background-color: #1667F0; }
a { background-color: rgb(22,103,240); }
div.DivClassName
{
background-color: #1667F0;
}
.BgClassName
{
background-color: #1667F0;
}
</style>
border-color css
<style>
span { border-color: #1667F0; }
span { border-color: rgb(22,103,240); }
td.TdClassName
{
border-color: #1667F0;
}
.TagClassName
{
border-color: #1667F0;
}
</style>