Shades of Navy Blue #1282DC
Tints of Navy Blue #1282DC
RGB
CMYK
RGB Variations
Color information
#1282DC (or 0x1282DC) is known color: Navy Blue. HEX triplet: 12, 82 and DC. RGB value is (18,130,220). Sum of RGB (Red+Green+Blue) = 18+130+220=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #1282DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282DC is #ED7D23. Grayscale: #6A6A6A. Windows color (decimal): -15564068 or 14451218. OLE color: 14451218.
HSL color Cylindrical-coordinate representation of color #1282DC: hue angle of 206.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1282DC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 130 | 220 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.14 |
| HSL | 206.73º | 0.85% | 0.47% | - |
| HSV(B) | 206.73º | 0.92% | 0.86% | - |
| XYZ | 21.15 | 21.26 | 70.7 | - |
| YUV | 106.77 | 191.89 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 220 | 0.92 | 0.41 | 0 | 0.14 | 206.73 | 0.85 | 0.47 |
| Hex | 12 | 82 | DC | 5C | 29 | 0 | E | CF | 55 | 2F |
| Octal | 22 | 202 | 334 | 134 | 51 | 0 | 16 | 317 | 125 | 57 |
| Binary | 10010 | 10000010 | 11011100 | 1011100 | 101001 | 0 | 1110 | 11001111 | 1010101 | 101111 |
Color Harmonies of #1282DC
Complementary color
Monochromatic Colors of #1282DC
Black with #1282DC
Text Example
Text Example
White with #1282DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282DC; }
p { color: rgb(18,130,220); }
H1.HeaderClassName
{
color: #1282DC;
}
.AnyTagClassName
{
color: #1282DC;
}
</style>
background-color css
<style>
a { background-color: #1282DC; }
a { background-color: rgb(18,130,220); }
div.DivClassName
{
background-color: #1282DC;
}
.BgClassName
{
background-color: #1282DC;
}
</style>
border-color css
<style>
span { border-color: #1282DC; }
span { border-color: rgb(18,130,220); }
td.TdClassName
{
border-color: #1282DC;
}
.TagClassName
{
border-color: #1282DC;
}
</style>