Shades of Navy Blue #1667DF
Tints of Navy Blue #1667DF
RGB
CMYK
RGB Variations
Color information
#1667DF (or 0x1667DF) is known color: Navy Blue. HEX triplet: 16, 67 and DF. RGB value is (22,103,223). Sum of RGB (Red+Green+Blue) = 22+103+223=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #1667DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1667DF is #E99820. Grayscale: #5B5B5B. Windows color (decimal): -15308833 or 14640918. OLE color: 14640918.
HSL color Cylindrical-coordinate representation of color #1667DF: hue angle of 215.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1667DF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 103 | 223 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.13 |
| HSL | 215.82º | 0.82% | 0.48% | - |
| HSV(B) | 215.82º | 0.9% | 0.87% | - |
| XYZ | 18.5 | 15.2 | 71.77 | - |
| YUV | 92.46 | 201.66 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 223 | 0.90 | 0.54 | 0 | 0.13 | 215.82 | 0.82 | 0.48 |
| Hex | 16 | 67 | DF | 5A | 36 | 0 | D | D8 | 52 | 30 |
| Octal | 26 | 147 | 337 | 132 | 66 | 0 | 15 | 330 | 122 | 60 |
| Binary | 10110 | 1100111 | 11011111 | 1011010 | 110110 | 0 | 1101 | 11011000 | 1010010 | 110000 |
Color Harmonies of #1667DF
Complementary color
Monochromatic Colors of #1667DF
Black with #1667DF
Text Example
Text Example
White with #1667DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667DF; }
p { color: rgb(22,103,223); }
H1.HeaderClassName
{
color: #1667DF;
}
.AnyTagClassName
{
color: #1667DF;
}
</style>
background-color css
<style>
a { background-color: #1667DF; }
a { background-color: rgb(22,103,223); }
div.DivClassName
{
background-color: #1667DF;
}
.BgClassName
{
background-color: #1667DF;
}
</style>
border-color css
<style>
span { border-color: #1667DF; }
span { border-color: rgb(22,103,223); }
td.TdClassName
{
border-color: #1667DF;
}
.TagClassName
{
border-color: #1667DF;
}
</style>