Shades of Navy Blue #1264DB
Tints of Navy Blue #1264DB
RGB
CMYK
RGB Variations
Color information
#1264DB (or 0x1264DB) is known color: Navy Blue. HEX triplet: 12, 64 and DB. RGB value is (18,100,219). Sum of RGB (Red+Green+Blue) = 18+100+219=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1264DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264DB is #ED9B24. Grayscale: #585858. Windows color (decimal): -15571749 or 14378002. OLE color: 14378002.
HSL color Cylindrical-coordinate representation of color #1264DB: hue angle of 215.52º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1264DB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 100 | 219 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.14 |
| HSL | 215.52º | 0.85% | 0.46% | - |
| HSV(B) | 215.52º | 0.92% | 0.86% | - |
| XYZ | 17.59 | 14.36 | 68.86 | - |
| YUV | 89.05 | 201.33 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 219 | 0.92 | 0.54 | 0 | 0.14 | 215.52 | 0.85 | 0.46 |
| Hex | 12 | 64 | DB | 5C | 36 | 0 | E | D8 | 55 | 2E |
| Octal | 22 | 144 | 333 | 134 | 66 | 0 | 16 | 330 | 125 | 56 |
| Binary | 10010 | 1100100 | 11011011 | 1011100 | 110110 | 0 | 1110 | 11011000 | 1010101 | 101110 |
Color Harmonies of #1264DB
Complementary color
Monochromatic Colors of #1264DB
Black with #1264DB
Text Example
Text Example
White with #1264DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1264DB; }
p { color: rgb(18,100,219); }
H1.HeaderClassName
{
color: #1264DB;
}
.AnyTagClassName
{
color: #1264DB;
}
</style>
background-color css
<style>
a { background-color: #1264DB; }
a { background-color: rgb(18,100,219); }
div.DivClassName
{
background-color: #1264DB;
}
.BgClassName
{
background-color: #1264DB;
}
</style>
border-color css
<style>
span { border-color: #1264DB; }
span { border-color: rgb(18,100,219); }
td.TdClassName
{
border-color: #1264DB;
}
.TagClassName
{
border-color: #1264DB;
}
</style>