Shades of Navy Blue #1278DA
Tints of Navy Blue #1278DA
RGB
CMYK
RGB Variations
Color information
#1278DA (or 0x1278DA) is known color: Navy Blue. HEX triplet: 12, 78 and DA. RGB value is (18,120,218). Sum of RGB (Red+Green+Blue) = 18+120+218=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #1278DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278DA is #ED8725. Grayscale: #646464. Windows color (decimal): -15566630 or 14317586. OLE color: 14317586.
HSL color Cylindrical-coordinate representation of color #1278DA: hue angle of 209.4º 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 #1278DA is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 120 | 218 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.15 |
| HSL | 209.4º | 0.85% | 0.46% | - |
| HSV(B) | 209.4º | 0.92% | 0.85% | - |
| XYZ | 19.62 | 18.62 | 68.89 | - |
| YUV | 100.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 218 | 0.92 | 0.45 | 0 | 0.15 | 209.4 | 0.85 | 0.46 |
| Hex | 12 | 78 | DA | 5C | 2D | 0 | F | D1 | 55 | 2E |
| Octal | 22 | 170 | 332 | 134 | 55 | 0 | 17 | 321 | 125 | 56 |
| Binary | 10010 | 1111000 | 11011010 | 1011100 | 101101 | 0 | 1111 | 11010001 | 1010101 | 101110 |
Color Harmonies of #1278DA
Complementary color
Monochromatic Colors of #1278DA
Black with #1278DA
Text Example
Text Example
White with #1278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278DA; }
p { color: rgb(18,120,218); }
H1.HeaderClassName
{
color: #1278DA;
}
.AnyTagClassName
{
color: #1278DA;
}
</style>
background-color css
<style>
a { background-color: #1278DA; }
a { background-color: rgb(18,120,218); }
div.DivClassName
{
background-color: #1278DA;
}
.BgClassName
{
background-color: #1278DA;
}
</style>
border-color css
<style>
span { border-color: #1278DA; }
span { border-color: rgb(18,120,218); }
td.TdClassName
{
border-color: #1278DA;
}
.TagClassName
{
border-color: #1278DA;
}
</style>