Shades of Navy Blue #1271CE
Tints of Navy Blue #1271CE
RGB
CMYK
RGB Variations
Color information
#1271CE (or 0x1271CE) is known color: Navy Blue. HEX triplet: 12, 71 and CE. RGB value is (18,113,206). Sum of RGB (Red+Green+Blue) = 18+113+206=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #1271CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271CE is #ED8E31. Grayscale: #5E5E5E. Windows color (decimal): -15568434 or 13529362. OLE color: 13529362.
HSL color Cylindrical-coordinate representation of color #1271CE: hue angle of 209.68º 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 #1271CE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 113 | 206 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.19 |
| HSL | 209.68º | 0.84% | 0.44% | - |
| HSV(B) | 209.68º | 0.91% | 0.81% | - |
| XYZ | 17.3 | 16.4 | 60.65 | - |
| YUV | 95.2 | 190.53 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 206 | 0.91 | 0.45 | 0 | 0.19 | 209.68 | 0.84 | 0.44 |
| Hex | 12 | 71 | CE | 5B | 2D | 0 | 13 | D2 | 54 | 2C |
| Octal | 22 | 161 | 316 | 133 | 55 | 0 | 23 | 322 | 124 | 54 |
| Binary | 10010 | 1110001 | 11001110 | 1011011 | 101101 | 0 | 10011 | 11010010 | 1010100 | 101100 |
Color Harmonies of #1271CE
Complementary color
Monochromatic Colors of #1271CE
Black with #1271CE
Text Example
Text Example
White with #1271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271CE; }
p { color: rgb(18,113,206); }
H1.HeaderClassName
{
color: #1271CE;
}
.AnyTagClassName
{
color: #1271CE;
}
</style>
background-color css
<style>
a { background-color: #1271CE; }
a { background-color: rgb(18,113,206); }
div.DivClassName
{
background-color: #1271CE;
}
.BgClassName
{
background-color: #1271CE;
}
</style>
border-color css
<style>
span { border-color: #1271CE; }
span { border-color: rgb(18,113,206); }
td.TdClassName
{
border-color: #1271CE;
}
.TagClassName
{
border-color: #1271CE;
}
</style>