Shades of Navy Blue #1278CE
Tints of Navy Blue #1278CE
RGB
CMYK
RGB Variations
Color information
#1278CE (or 0x1278CE) is known color: Navy Blue. HEX triplet: 12, 78 and CE. RGB value is (18,120,206). Sum of RGB (Red+Green+Blue) = 18+120+206=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1278CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278CE is #ED8731. Grayscale: #626262. Windows color (decimal): -15566642 or 13531154. OLE color: 13531154.
HSL color Cylindrical-coordinate representation of color #1278CE: hue angle of 207.45º 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 #1278CE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 120 | 206 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.19 |
| HSL | 207.45º | 0.84% | 0.44% | - |
| HSV(B) | 207.45º | 0.91% | 0.81% | - |
| XYZ | 18.11 | 18.02 | 60.92 | - |
| YUV | 99.31 | 188.21 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 206 | 0.91 | 0.42 | 0 | 0.19 | 207.45 | 0.84 | 0.44 |
| Hex | 12 | 78 | CE | 5B | 2A | 0 | 13 | CF | 54 | 2C |
| Octal | 22 | 170 | 316 | 133 | 52 | 0 | 23 | 317 | 124 | 54 |
| Binary | 10010 | 1111000 | 11001110 | 1011011 | 101010 | 0 | 10011 | 11001111 | 1010100 | 101100 |
Color Harmonies of #1278CE
Complementary color
Monochromatic Colors of #1278CE
Black with #1278CE
Text Example
Text Example
White with #1278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278CE; }
p { color: rgb(18,120,206); }
H1.HeaderClassName
{
color: #1278CE;
}
.AnyTagClassName
{
color: #1278CE;
}
</style>
background-color css
<style>
a { background-color: #1278CE; }
a { background-color: rgb(18,120,206); }
div.DivClassName
{
background-color: #1278CE;
}
.BgClassName
{
background-color: #1278CE;
}
</style>
border-color css
<style>
span { border-color: #1278CE; }
span { border-color: rgb(18,120,206); }
td.TdClassName
{
border-color: #1278CE;
}
.TagClassName
{
border-color: #1278CE;
}
</style>