Shades of Navy Blue #1473CC
Tints of Navy Blue #1473CC
RGB
CMYK
RGB Variations
Color information
#1473CC (or 0x1473CC) is known color: Navy Blue. HEX triplet: 14, 73 and CC. RGB value is (20,115,204). Sum of RGB (Red+Green+Blue) = 20+115+204=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #1473CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473CC is #EB8C33. Grayscale: #606060. Windows color (decimal): -15436852 or 13398804. OLE color: 13398804.
HSL color Cylindrical-coordinate representation of color #1473CC: hue angle of 209.02º 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 #1473CC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 115 | 204 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.2 |
| HSL | 209.02º | 0.82% | 0.44% | - |
| HSV(B) | 209.02º | 0.9% | 0.8% | - |
| XYZ | 17.32 | 16.77 | 59.45 | - |
| YUV | 96.74 | 188.53 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 204 | 0.90 | 0.44 | 0 | 0.2 | 209.02 | 0.82 | 0.44 |
| Hex | 14 | 73 | CC | 5A | 2C | 0 | 14 | D1 | 52 | 2C |
| Octal | 24 | 163 | 314 | 132 | 54 | 0 | 24 | 321 | 122 | 54 |
| Binary | 10100 | 1110011 | 11001100 | 1011010 | 101100 | 0 | 10100 | 11010001 | 1010010 | 101100 |
Color Harmonies of #1473CC
Complementary color
Monochromatic Colors of #1473CC
Black with #1473CC
Text Example
Text Example
White with #1473CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473CC; }
p { color: rgb(20,115,204); }
H1.HeaderClassName
{
color: #1473CC;
}
.AnyTagClassName
{
color: #1473CC;
}
</style>
background-color css
<style>
a { background-color: #1473CC; }
a { background-color: rgb(20,115,204); }
div.DivClassName
{
background-color: #1473CC;
}
.BgClassName
{
background-color: #1473CC;
}
</style>
border-color css
<style>
span { border-color: #1473CC; }
span { border-color: rgb(20,115,204); }
td.TdClassName
{
border-color: #1473CC;
}
.TagClassName
{
border-color: #1473CC;
}
</style>