Shades of Navy Blue #147FD3
Tints of Navy Blue #147FD3
RGB
CMYK
RGB Variations
Color information
#147FD3 (or 0x147FD3) is known color: Navy Blue. HEX triplet: 14, 7F and D3. RGB value is (20,127,211). Sum of RGB (Red+Green+Blue) = 20+127+211=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #147FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FD3 is #EB802C. Grayscale: #686868. Windows color (decimal): -15433773 or 13860628. OLE color: 13860628.
HSL color Cylindrical-coordinate representation of color #147FD3: hue angle of 206.39º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147FD3 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 127 | 211 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.17 |
| HSL | 206.39º | 0.83% | 0.45% | - |
| HSV(B) | 206.39º | 0.91% | 0.83% | - |
| XYZ | 19.64 | 20.03 | 64.46 | - |
| YUV | 104.58 | 188.05 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 211 | 0.91 | 0.40 | 0 | 0.17 | 206.39 | 0.83 | 0.45 |
| Hex | 14 | 7F | D3 | 5B | 28 | 0 | 11 | CE | 53 | 2D |
| Octal | 24 | 177 | 323 | 133 | 50 | 0 | 21 | 316 | 123 | 55 |
| Binary | 10100 | 1111111 | 11010011 | 1011011 | 101000 | 0 | 10001 | 11001110 | 1010011 | 101101 |
Color Harmonies of #147FD3
Complementary color
Monochromatic Colors of #147FD3
Black with #147FD3
Text Example
Text Example
White with #147FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147FD3; }
p { color: rgb(20,127,211); }
H1.HeaderClassName
{
color: #147FD3;
}
.AnyTagClassName
{
color: #147FD3;
}
</style>
background-color css
<style>
a { background-color: #147FD3; }
a { background-color: rgb(20,127,211); }
div.DivClassName
{
background-color: #147FD3;
}
.BgClassName
{
background-color: #147FD3;
}
</style>
border-color css
<style>
span { border-color: #147FD3; }
span { border-color: rgb(20,127,211); }
td.TdClassName
{
border-color: #147FD3;
}
.TagClassName
{
border-color: #147FD3;
}
</style>