Shades of Navy Blue #1279CF
Tints of Navy Blue #1279CF
RGB
CMYK
RGB Variations
Color information
#1279CF (or 0x1279CF) is known color: Navy Blue. HEX triplet: 12, 79 and CF. RGB value is (18,121,207). Sum of RGB (Red+Green+Blue) = 18+121+207=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #1279CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279CF is #ED8630. Grayscale: #636363. Windows color (decimal): -15566385 or 13596946. OLE color: 13596946.
HSL color Cylindrical-coordinate representation of color #1279CF: hue angle of 207.3º 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 #1279CF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 121 | 207 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.19 |
| HSL | 207.3º | 0.84% | 0.44% | - |
| HSV(B) | 207.3º | 0.91% | 0.81% | - |
| XYZ | 18.35 | 18.31 | 61.6 | - |
| YUV | 100.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 207 | 0.91 | 0.42 | 0 | 0.19 | 207.3 | 0.84 | 0.44 |
| Hex | 12 | 79 | CF | 5B | 2A | 0 | 13 | CF | 54 | 2C |
| Octal | 22 | 171 | 317 | 133 | 52 | 0 | 23 | 317 | 124 | 54 |
| Binary | 10010 | 1111001 | 11001111 | 1011011 | 101010 | 0 | 10011 | 11001111 | 1010100 | 101100 |
Color Harmonies of #1279CF
Complementary color
Monochromatic Colors of #1279CF
Black with #1279CF
Text Example
Text Example
White with #1279CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279CF; }
p { color: rgb(18,121,207); }
H1.HeaderClassName
{
color: #1279CF;
}
.AnyTagClassName
{
color: #1279CF;
}
</style>
background-color css
<style>
a { background-color: #1279CF; }
a { background-color: rgb(18,121,207); }
div.DivClassName
{
background-color: #1279CF;
}
.BgClassName
{
background-color: #1279CF;
}
</style>
border-color css
<style>
span { border-color: #1279CF; }
span { border-color: rgb(18,121,207); }
td.TdClassName
{
border-color: #1279CF;
}
.TagClassName
{
border-color: #1279CF;
}
</style>