Shades of Navy Blue #1284DB
Tints of Navy Blue #1284DB
RGB
CMYK
RGB Variations
Color information
#1284DB (or 0x1284DB) is known color: Navy Blue. HEX triplet: 12, 84 and DB. RGB value is (18,132,219). Sum of RGB (Red+Green+Blue) = 18+132+219=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1284DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284DB is #ED7B24. Grayscale: #6B6B6B. Windows color (decimal): -15563557 or 14386194. OLE color: 14386194.
HSL color Cylindrical-coordinate representation of color #1284DB: hue angle of 205.97º 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 #1284DB is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 132 | 219 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.14 |
| HSL | 205.97º | 0.85% | 0.46% | - |
| HSV(B) | 205.97º | 0.92% | 0.86% | - |
| XYZ | 21.29 | 21.75 | 70.09 | - |
| YUV | 107.83 | 190.73 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 219 | 0.92 | 0.40 | 0 | 0.14 | 205.97 | 0.85 | 0.46 |
| Hex | 12 | 84 | DB | 5C | 28 | 0 | E | CE | 55 | 2E |
| Octal | 22 | 204 | 333 | 134 | 50 | 0 | 16 | 316 | 125 | 56 |
| Binary | 10010 | 10000100 | 11011011 | 1011100 | 101000 | 0 | 1110 | 11001110 | 1010101 | 101110 |
Color Harmonies of #1284DB
Complementary color
Monochromatic Colors of #1284DB
Black with #1284DB
Text Example
Text Example
White with #1284DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1284DB; }
p { color: rgb(18,132,219); }
H1.HeaderClassName
{
color: #1284DB;
}
.AnyTagClassName
{
color: #1284DB;
}
</style>
background-color css
<style>
a { background-color: #1284DB; }
a { background-color: rgb(18,132,219); }
div.DivClassName
{
background-color: #1284DB;
}
.BgClassName
{
background-color: #1284DB;
}
</style>
border-color css
<style>
span { border-color: #1284DB; }
span { border-color: rgb(18,132,219); }
td.TdClassName
{
border-color: #1284DB;
}
.TagClassName
{
border-color: #1284DB;
}
</style>