Shades of Navy Blue #1469DF
Tints of Navy Blue #1469DF
RGB
CMYK
RGB Variations
Color information
#1469DF (or 0x1469DF) is known color: Navy Blue. HEX triplet: 14, 69 and DF. RGB value is (20,105,223). Sum of RGB (Red+Green+Blue) = 20+105+223=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 105 (41.41% from 255 or 30.17% 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 #1469DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1469DF is #EB9620. Grayscale: #5C5C5C. Windows color (decimal): -15439393 or 14641428. OLE color: 14641428.
HSL color Cylindrical-coordinate representation of color #1469DF: hue angle of 214.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1469DF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 105 | 223 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.13 |
| HSL | 214.88º | 0.84% | 0.48% | - |
| HSV(B) | 214.88º | 0.91% | 0.87% | - |
| XYZ | 18.66 | 15.58 | 71.84 | - |
| YUV | 93.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 223 | 0.91 | 0.53 | 0 | 0.13 | 214.88 | 0.84 | 0.48 |
| Hex | 14 | 69 | DF | 5B | 35 | 0 | D | D7 | 54 | 30 |
| Octal | 24 | 151 | 337 | 133 | 65 | 0 | 15 | 327 | 124 | 60 |
| Binary | 10100 | 1101001 | 11011111 | 1011011 | 110101 | 0 | 1101 | 11010111 | 1010100 | 110000 |
Color Harmonies of #1469DF
Complementary color
Monochromatic Colors of #1469DF
Black with #1469DF
Text Example
Text Example
White with #1469DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1469DF; }
p { color: rgb(20,105,223); }
H1.HeaderClassName
{
color: #1469DF;
}
.AnyTagClassName
{
color: #1469DF;
}
</style>
background-color css
<style>
a { background-color: #1469DF; }
a { background-color: rgb(20,105,223); }
div.DivClassName
{
background-color: #1469DF;
}
.BgClassName
{
background-color: #1469DF;
}
</style>
border-color css
<style>
span { border-color: #1469DF; }
span { border-color: rgb(20,105,223); }
td.TdClassName
{
border-color: #1469DF;
}
.TagClassName
{
border-color: #1469DF;
}
</style>