Shades of Navy Blue #1271CD
Tints of Navy Blue #1271CD
RGB
CMYK
RGB Variations
Color information
#1271CD (or 0x1271CD) is known color: Navy Blue. HEX triplet: 12, 71 and CD. RGB value is (18,113,205). Sum of RGB (Red+Green+Blue) = 18+113+205=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #1271CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271CD is #ED8E32. Grayscale: #5E5E5E. Windows color (decimal): -15568435 or 13463826. OLE color: 13463826.
HSL color Cylindrical-coordinate representation of color #1271CD: hue angle of 209.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1271CD is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 113 | 205 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.20 |
| HSL | 209.52º | 0.84% | 0.44% | - |
| HSV(B) | 209.52º | 0.91% | 0.8% | - |
| XYZ | 17.17 | 16.35 | 60.01 | - |
| YUV | 95.08 | 190.03 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 205 | 0.91 | 0.45 | 0 | 0.20 | 209.52 | 0.84 | 0.44 |
| Hex | 12 | 71 | CD | 5B | 2D | 0 | 14 | D2 | 54 | 2C |
| Octal | 22 | 161 | 315 | 133 | 55 | 0 | 24 | 322 | 124 | 54 |
| Binary | 10010 | 1110001 | 11001101 | 1011011 | 101101 | 0 | 10100 | 11010010 | 1010100 | 101100 |
Color Harmonies of #1271CD
Complementary color
Monochromatic Colors of #1271CD
Black with #1271CD
Text Example
Text Example
White with #1271CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271CD; }
p { color: rgb(18,113,205); }
H1.HeaderClassName
{
color: #1271CD;
}
.AnyTagClassName
{
color: #1271CD;
}
</style>
background-color css
<style>
a { background-color: #1271CD; }
a { background-color: rgb(18,113,205); }
div.DivClassName
{
background-color: #1271CD;
}
.BgClassName
{
background-color: #1271CD;
}
</style>
border-color css
<style>
span { border-color: #1271CD; }
span { border-color: rgb(18,113,205); }
td.TdClassName
{
border-color: #1271CD;
}
.TagClassName
{
border-color: #1271CD;
}
</style>