Shades of Navy Blue #1271CF
Tints of Navy Blue #1271CF
RGB
CMYK
RGB Variations
Color information
#1271CF (or 0x1271CF) is known color: Navy Blue. HEX triplet: 12, 71 and CF. RGB value is (18,113,207). Sum of RGB (Red+Green+Blue) = 18+113+207=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #1271CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271CF is #ED8E30. Grayscale: #5E5E5E. Windows color (decimal): -15568433 or 13594898. OLE color: 13594898.
HSL color Cylindrical-coordinate representation of color #1271CF: hue angle of 209.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1271CF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 113 | 207 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.19 |
| HSL | 209.84º | 0.84% | 0.44% | - |
| HSV(B) | 209.84º | 0.91% | 0.81% | - |
| XYZ | 17.42 | 16.44 | 61.29 | - |
| YUV | 95.31 | 191.03 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 207 | 0.91 | 0.45 | 0 | 0.19 | 209.84 | 0.84 | 0.44 |
| Hex | 12 | 71 | CF | 5B | 2D | 0 | 13 | D2 | 54 | 2C |
| Octal | 22 | 161 | 317 | 133 | 55 | 0 | 23 | 322 | 124 | 54 |
| Binary | 10010 | 1110001 | 11001111 | 1011011 | 101101 | 0 | 10011 | 11010010 | 1010100 | 101100 |
Color Harmonies of #1271CF
Complementary color
Monochromatic Colors of #1271CF
Black with #1271CF
Text Example
Text Example
White with #1271CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271CF; }
p { color: rgb(18,113,207); }
H1.HeaderClassName
{
color: #1271CF;
}
.AnyTagClassName
{
color: #1271CF;
}
</style>
background-color css
<style>
a { background-color: #1271CF; }
a { background-color: rgb(18,113,207); }
div.DivClassName
{
background-color: #1271CF;
}
.BgClassName
{
background-color: #1271CF;
}
</style>
border-color css
<style>
span { border-color: #1271CF; }
span { border-color: rgb(18,113,207); }
td.TdClassName
{
border-color: #1271CF;
}
.TagClassName
{
border-color: #1271CF;
}
</style>