Shades of Navy Blue #1479CC
Tints of Navy Blue #1479CC
RGB
CMYK
RGB Variations
Color information
#1479CC (or 0x1479CC) is known color: Navy Blue. HEX triplet: 14, 79 and CC. RGB value is (20,121,204). Sum of RGB (Red+Green+Blue) = 20+121+204=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #1479CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479CC is #EB8633. Grayscale: #636363. Windows color (decimal): -15435316 or 13400340. OLE color: 13400340.
HSL color Cylindrical-coordinate representation of color #1479CC: hue angle of 207.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1479CC is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 121 | 204 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.2 |
| HSL | 207.07º | 0.82% | 0.44% | - |
| HSV(B) | 207.07º | 0.9% | 0.8% | - |
| XYZ | 18.02 | 18.18 | 59.69 | - |
| YUV | 100.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 204 | 0.90 | 0.41 | 0 | 0.2 | 207.07 | 0.82 | 0.44 |
| Hex | 14 | 79 | CC | 5A | 29 | 0 | 14 | CF | 52 | 2C |
| Octal | 24 | 171 | 314 | 132 | 51 | 0 | 24 | 317 | 122 | 54 |
| Binary | 10100 | 1111001 | 11001100 | 1011010 | 101001 | 0 | 10100 | 11001111 | 1010010 | 101100 |
Color Harmonies of #1479CC
Complementary color
Monochromatic Colors of #1479CC
Black with #1479CC
Text Example
Text Example
White with #1479CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479CC; }
p { color: rgb(20,121,204); }
H1.HeaderClassName
{
color: #1479CC;
}
.AnyTagClassName
{
color: #1479CC;
}
</style>
background-color css
<style>
a { background-color: #1479CC; }
a { background-color: rgb(20,121,204); }
div.DivClassName
{
background-color: #1479CC;
}
.BgClassName
{
background-color: #1479CC;
}
</style>
border-color css
<style>
span { border-color: #1479CC; }
span { border-color: rgb(20,121,204); }
td.TdClassName
{
border-color: #1479CC;
}
.TagClassName
{
border-color: #1479CC;
}
</style>