Shades of Navy Blue #1280DA
Tints of Navy Blue #1280DA
RGB
CMYK
RGB Variations
Color information
#1280DA (or 0x1280DA) is known color: Navy Blue. HEX triplet: 12, 80 and DA. RGB value is (18,128,218). Sum of RGB (Red+Green+Blue) = 18+128+218=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #1280DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280DA is #ED7F25. Grayscale: #686868. Windows color (decimal): -15564582 or 14319634. OLE color: 14319634.
HSL color Cylindrical-coordinate representation of color #1280DA: hue angle of 207º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1280DA is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 128 | 218 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.15 |
| HSL | 207º | 0.85% | 0.46% | - |
| HSV(B) | 207º | 0.92% | 0.85% | - |
| XYZ | 20.62 | 20.63 | 69.22 | - |
| YUV | 105.37 | 191.56 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 218 | 0.92 | 0.41 | 0 | 0.15 | 207 | 0.85 | 0.46 |
| Hex | 12 | 80 | DA | 5C | 29 | 0 | F | CF | 55 | 2E |
| Octal | 22 | 200 | 332 | 134 | 51 | 0 | 17 | 317 | 125 | 56 |
| Binary | 10010 | 10000000 | 11011010 | 1011100 | 101001 | 0 | 1111 | 11001111 | 1010101 | 101110 |
Color Harmonies of #1280DA
Complementary color
Monochromatic Colors of #1280DA
Black with #1280DA
Text Example
Text Example
White with #1280DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280DA; }
p { color: rgb(18,128,218); }
H1.HeaderClassName
{
color: #1280DA;
}
.AnyTagClassName
{
color: #1280DA;
}
</style>
background-color css
<style>
a { background-color: #1280DA; }
a { background-color: rgb(18,128,218); }
div.DivClassName
{
background-color: #1280DA;
}
.BgClassName
{
background-color: #1280DA;
}
</style>
border-color css
<style>
span { border-color: #1280DA; }
span { border-color: rgb(18,128,218); }
td.TdClassName
{
border-color: #1280DA;
}
.TagClassName
{
border-color: #1280DA;
}
</style>