Shades of Navy Blue #1282DB
Tints of Navy Blue #1282DB
RGB
CMYK
RGB Variations
Color information
#1282DB (or 0x1282DB) is known color: Navy Blue. HEX triplet: 12, 82 and DB. RGB value is (18,130,219). Sum of RGB (Red+Green+Blue) = 18+130+219=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #1282DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282DB is #ED7D24. Grayscale: #6A6A6A. Windows color (decimal): -15564069 or 14385682. OLE color: 14385682.
HSL color Cylindrical-coordinate representation of color #1282DB: hue angle of 206.57º 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 #1282DB is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 130 | 219 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.14 |
| HSL | 206.57º | 0.85% | 0.46% | - |
| HSV(B) | 206.57º | 0.92% | 0.86% | - |
| XYZ | 21.02 | 21.21 | 70 | - |
| YUV | 106.66 | 191.39 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 219 | 0.92 | 0.41 | 0 | 0.14 | 206.57 | 0.85 | 0.46 |
| Hex | 12 | 82 | DB | 5C | 29 | 0 | E | CF | 55 | 2E |
| Octal | 22 | 202 | 333 | 134 | 51 | 0 | 16 | 317 | 125 | 56 |
| Binary | 10010 | 10000010 | 11011011 | 1011100 | 101001 | 0 | 1110 | 11001111 | 1010101 | 101110 |
Color Harmonies of #1282DB
Complementary color
Monochromatic Colors of #1282DB
Black with #1282DB
Text Example
Text Example
White with #1282DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282DB; }
p { color: rgb(18,130,219); }
H1.HeaderClassName
{
color: #1282DB;
}
.AnyTagClassName
{
color: #1282DB;
}
</style>
background-color css
<style>
a { background-color: #1282DB; }
a { background-color: rgb(18,130,219); }
div.DivClassName
{
background-color: #1282DB;
}
.BgClassName
{
background-color: #1282DB;
}
</style>
border-color css
<style>
span { border-color: #1282DB; }
span { border-color: rgb(18,130,219); }
td.TdClassName
{
border-color: #1282DB;
}
.TagClassName
{
border-color: #1282DB;
}
</style>