Shades of Navy Blue #1278CD
Tints of Navy Blue #1278CD
RGB
CMYK
RGB Variations
Color information
#1278CD (or 0x1278CD) is known color: Navy Blue. HEX triplet: 12, 78 and CD. RGB value is (18,120,205). Sum of RGB (Red+Green+Blue) = 18+120+205=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #1278CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278CD is #ED8732. Grayscale: #626262. Windows color (decimal): -15566643 or 13465618. OLE color: 13465618.
HSL color Cylindrical-coordinate representation of color #1278CD: hue angle of 207.27º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1278CD is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 120 | 205 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.20 |
| HSL | 207.27º | 0.84% | 0.44% | - |
| HSV(B) | 207.27º | 0.91% | 0.8% | - |
| XYZ | 17.99 | 17.97 | 60.28 | - |
| YUV | 99.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 205 | 0.91 | 0.41 | 0 | 0.20 | 207.27 | 0.84 | 0.44 |
| Hex | 12 | 78 | CD | 5B | 29 | 0 | 14 | CF | 54 | 2C |
| Octal | 22 | 170 | 315 | 133 | 51 | 0 | 24 | 317 | 124 | 54 |
| Binary | 10010 | 1111000 | 11001101 | 1011011 | 101001 | 0 | 10100 | 11001111 | 1010100 | 101100 |
Color Harmonies of #1278CD
Complementary color
Monochromatic Colors of #1278CD
Black with #1278CD
Text Example
Text Example
White with #1278CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278CD; }
p { color: rgb(18,120,205); }
H1.HeaderClassName
{
color: #1278CD;
}
.AnyTagClassName
{
color: #1278CD;
}
</style>
background-color css
<style>
a { background-color: #1278CD; }
a { background-color: rgb(18,120,205); }
div.DivClassName
{
background-color: #1278CD;
}
.BgClassName
{
background-color: #1278CD;
}
</style>
border-color css
<style>
span { border-color: #1278CD; }
span { border-color: rgb(18,120,205); }
td.TdClassName
{
border-color: #1278CD;
}
.TagClassName
{
border-color: #1278CD;
}
</style>