Shades of Navy Blue #1268DB
Tints of Navy Blue #1268DB
RGB
CMYK
RGB Variations
Color information
#1268DB (or 0x1268DB) is known color: Navy Blue. HEX triplet: 12, 68 and DB. RGB value is (18,104,219). Sum of RGB (Red+Green+Blue) = 18+104+219=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #1268DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268DB is #ED9724. Grayscale: #5A5A5A. Windows color (decimal): -15570725 or 14379026. OLE color: 14379026.
HSL color Cylindrical-coordinate representation of color #1268DB: hue angle of 214.33º 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 #1268DB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 104 | 219 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.14 |
| HSL | 214.33º | 0.85% | 0.46% | - |
| HSV(B) | 214.33º | 0.92% | 0.86% | - |
| XYZ | 17.99 | 15.14 | 68.99 | - |
| YUV | 91.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 219 | 0.92 | 0.53 | 0 | 0.14 | 214.33 | 0.85 | 0.46 |
| Hex | 12 | 68 | DB | 5C | 35 | 0 | E | D6 | 55 | 2E |
| Octal | 22 | 150 | 333 | 134 | 65 | 0 | 16 | 326 | 125 | 56 |
| Binary | 10010 | 1101000 | 11011011 | 1011100 | 110101 | 0 | 1110 | 11010110 | 1010101 | 101110 |
Color Harmonies of #1268DB
Complementary color
Monochromatic Colors of #1268DB
Black with #1268DB
Text Example
Text Example
White with #1268DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268DB; }
p { color: rgb(18,104,219); }
H1.HeaderClassName
{
color: #1268DB;
}
.AnyTagClassName
{
color: #1268DB;
}
</style>
background-color css
<style>
a { background-color: #1268DB; }
a { background-color: rgb(18,104,219); }
div.DivClassName
{
background-color: #1268DB;
}
.BgClassName
{
background-color: #1268DB;
}
</style>
border-color css
<style>
span { border-color: #1268DB; }
span { border-color: rgb(18,104,219); }
td.TdClassName
{
border-color: #1268DB;
}
.TagClassName
{
border-color: #1268DB;
}
</style>