Shades of Navy Blue #1280CE
Tints of Navy Blue #1280CE
RGB
CMYK
RGB Variations
Color information
#1280CE (or 0x1280CE) is known color: Navy Blue. HEX triplet: 12, 80 and CE. RGB value is (18,128,206). Sum of RGB (Red+Green+Blue) = 18+128+206=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #1280CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280CE is #ED7F31. Grayscale: #676767. Windows color (decimal): -15564594 or 13533202. OLE color: 13533202.
HSL color Cylindrical-coordinate representation of color #1280CE: hue angle of 204.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1280CE is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 128 | 206 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.19 |
| HSL | 204.89º | 0.84% | 0.44% | - |
| HSV(B) | 204.89º | 0.91% | 0.81% | - |
| XYZ | 19.11 | 20.02 | 61.25 | - |
| YUV | 104 | 185.56 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 206 | 0.91 | 0.38 | 0 | 0.19 | 204.89 | 0.84 | 0.44 |
| Hex | 12 | 80 | CE | 5B | 26 | 0 | 13 | CD | 54 | 2C |
| Octal | 22 | 200 | 316 | 133 | 46 | 0 | 23 | 315 | 124 | 54 |
| Binary | 10010 | 10000000 | 11001110 | 1011011 | 100110 | 0 | 10011 | 11001101 | 1010100 | 101100 |
Color Harmonies of #1280CE
Complementary color
Monochromatic Colors of #1280CE
Black with #1280CE
Text Example
Text Example
White with #1280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280CE; }
p { color: rgb(18,128,206); }
H1.HeaderClassName
{
color: #1280CE;
}
.AnyTagClassName
{
color: #1280CE;
}
</style>
background-color css
<style>
a { background-color: #1280CE; }
a { background-color: rgb(18,128,206); }
div.DivClassName
{
background-color: #1280CE;
}
.BgClassName
{
background-color: #1280CE;
}
</style>
border-color css
<style>
span { border-color: #1280CE; }
span { border-color: rgb(18,128,206); }
td.TdClassName
{
border-color: #1280CE;
}
.TagClassName
{
border-color: #1280CE;
}
</style>