Shades of Navy Blue #1475CB
Tints of Navy Blue #1475CB
RGB
CMYK
RGB Variations
Color information
#1475CB (or 0x1475CB) is known color: Navy Blue. HEX triplet: 14, 75 and CB. RGB value is (20,117,203). Sum of RGB (Red+Green+Blue) = 20+117+203=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #1475CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475CB is #EB8A34. Grayscale: #616161. Windows color (decimal): -15436341 or 13333780. OLE color: 13333780.
HSL color Cylindrical-coordinate representation of color #1475CB: hue angle of 208.2º 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 #1475CB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 117 | 203 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.20 |
| HSL | 208.2º | 0.82% | 0.44% | - |
| HSV(B) | 208.2º | 0.9% | 0.8% | - |
| XYZ | 17.43 | 17.18 | 58.9 | - |
| YUV | 97.8 | 187.36 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 203 | 0.90 | 0.42 | 0 | 0.20 | 208.2 | 0.82 | 0.44 |
| Hex | 14 | 75 | CB | 5A | 2A | 0 | 14 | D0 | 52 | 2C |
| Octal | 24 | 165 | 313 | 132 | 52 | 0 | 24 | 320 | 122 | 54 |
| Binary | 10100 | 1110101 | 11001011 | 1011010 | 101010 | 0 | 10100 | 11010000 | 1010010 | 101100 |
Color Harmonies of #1475CB
Complementary color
Monochromatic Colors of #1475CB
Black with #1475CB
Text Example
Text Example
White with #1475CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1475CB; }
p { color: rgb(20,117,203); }
H1.HeaderClassName
{
color: #1475CB;
}
.AnyTagClassName
{
color: #1475CB;
}
</style>
background-color css
<style>
a { background-color: #1475CB; }
a { background-color: rgb(20,117,203); }
div.DivClassName
{
background-color: #1475CB;
}
.BgClassName
{
background-color: #1475CB;
}
</style>
border-color css
<style>
span { border-color: #1475CB; }
span { border-color: rgb(20,117,203); }
td.TdClassName
{
border-color: #1475CB;
}
.TagClassName
{
border-color: #1475CB;
}
</style>