Shades of Navy Blue #1667DA
Tints of Navy Blue #1667DA
RGB
CMYK
RGB Variations
Color information
#1667DA (or 0x1667DA) is known color: Navy Blue. HEX triplet: 16, 67 and DA. RGB value is (22,103,218). Sum of RGB (Red+Green+Blue) = 22+103+218=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #1667DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1667DA is #E99825. Grayscale: #5B5B5B. Windows color (decimal): -15308838 or 14313238. OLE color: 14313238.
HSL color Cylindrical-coordinate representation of color #1667DA: hue angle of 215.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1667DA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 103 | 218 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.15 |
| HSL | 215.2º | 0.82% | 0.47% | - |
| HSV(B) | 215.2º | 0.9% | 0.85% | - |
| XYZ | 17.84 | 14.93 | 68.27 | - |
| YUV | 91.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 218 | 0.90 | 0.53 | 0 | 0.15 | 215.2 | 0.82 | 0.47 |
| Hex | 16 | 67 | DA | 5A | 35 | 0 | F | D7 | 52 | 2F |
| Octal | 26 | 147 | 332 | 132 | 65 | 0 | 17 | 327 | 122 | 57 |
| Binary | 10110 | 1100111 | 11011010 | 1011010 | 110101 | 0 | 1111 | 11010111 | 1010010 | 101111 |
Color Harmonies of #1667DA
Complementary color
Monochromatic Colors of #1667DA
Black with #1667DA
Text Example
Text Example
White with #1667DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667DA; }
p { color: rgb(22,103,218); }
H1.HeaderClassName
{
color: #1667DA;
}
.AnyTagClassName
{
color: #1667DA;
}
</style>
background-color css
<style>
a { background-color: #1667DA; }
a { background-color: rgb(22,103,218); }
div.DivClassName
{
background-color: #1667DA;
}
.BgClassName
{
background-color: #1667DA;
}
</style>
border-color css
<style>
span { border-color: #1667DA; }
span { border-color: rgb(22,103,218); }
td.TdClassName
{
border-color: #1667DA;
}
.TagClassName
{
border-color: #1667DA;
}
</style>