Shades of Navy Blue #1279CE
Tints of Navy Blue #1279CE
RGB
CMYK
RGB Variations
Color information
#1279CE (or 0x1279CE) is known color: Navy Blue. HEX triplet: 12, 79 and CE. RGB value is (18,121,206). Sum of RGB (Red+Green+Blue) = 18+121+206=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #1279CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279CE is #ED8631. Grayscale: #636363. Windows color (decimal): -15566386 or 13531410. OLE color: 13531410.
HSL color Cylindrical-coordinate representation of color #1279CE: hue angle of 207.13º 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 #1279CE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 121 | 206 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.19 |
| HSL | 207.13º | 0.84% | 0.44% | - |
| HSV(B) | 207.13º | 0.91% | 0.81% | - |
| XYZ | 18.23 | 18.26 | 60.96 | - |
| YUV | 99.89 | 187.88 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 206 | 0.91 | 0.41 | 0 | 0.19 | 207.13 | 0.84 | 0.44 |
| Hex | 12 | 79 | CE | 5B | 29 | 0 | 13 | CF | 54 | 2C |
| Octal | 22 | 171 | 316 | 133 | 51 | 0 | 23 | 317 | 124 | 54 |
| Binary | 10010 | 1111001 | 11001110 | 1011011 | 101001 | 0 | 10011 | 11001111 | 1010100 | 101100 |
Color Harmonies of #1279CE
Complementary color
Monochromatic Colors of #1279CE
Black with #1279CE
Text Example
Text Example
White with #1279CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279CE; }
p { color: rgb(18,121,206); }
H1.HeaderClassName
{
color: #1279CE;
}
.AnyTagClassName
{
color: #1279CE;
}
</style>
background-color css
<style>
a { background-color: #1279CE; }
a { background-color: rgb(18,121,206); }
div.DivClassName
{
background-color: #1279CE;
}
.BgClassName
{
background-color: #1279CE;
}
</style>
border-color css
<style>
span { border-color: #1279CE; }
span { border-color: rgb(18,121,206); }
td.TdClassName
{
border-color: #1279CE;
}
.TagClassName
{
border-color: #1279CE;
}
</style>