Shades of Navy Blue #127FC6
Tints of Navy Blue #127FC6
RGB
CMYK
RGB Variations
Color information
#127FC6 (or 0x127FC6) is known color: Navy Blue. HEX triplet: 12, 7F and C6. RGB value is (18,127,198). Sum of RGB (Red+Green+Blue) = 18+127+198=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #127FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FC6 is #ED8039. Grayscale: #666666. Windows color (decimal): -15564858 or 13008658. OLE color: 13008658.
HSL color Cylindrical-coordinate representation of color #127FC6: hue angle of 203.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FC6 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 127 | 198 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.22 |
| HSL | 203.67º | 0.83% | 0.42% | - |
| HSV(B) | 203.67º | 0.91% | 0.78% | - |
| XYZ | 18.03 | 19.38 | 56.22 | - |
| YUV | 102.5 | 181.89 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 198 | 0.91 | 0.36 | 0 | 0.22 | 203.67 | 0.83 | 0.42 |
| Hex | 12 | 7F | C6 | 5B | 24 | 0 | 16 | CC | 53 | 2A |
| Octal | 22 | 177 | 306 | 133 | 44 | 0 | 26 | 314 | 123 | 52 |
| Binary | 10010 | 1111111 | 11000110 | 1011011 | 100100 | 0 | 10110 | 11001100 | 1010011 | 101010 |
Color Harmonies of #127FC6
Complementary color
Monochromatic Colors of #127FC6
Black with #127FC6
Text Example
Text Example
White with #127FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FC6; }
p { color: rgb(18,127,198); }
H1.HeaderClassName
{
color: #127FC6;
}
.AnyTagClassName
{
color: #127FC6;
}
</style>
background-color css
<style>
a { background-color: #127FC6; }
a { background-color: rgb(18,127,198); }
div.DivClassName
{
background-color: #127FC6;
}
.BgClassName
{
background-color: #127FC6;
}
</style>
border-color css
<style>
span { border-color: #127FC6; }
span { border-color: rgb(18,127,198); }
td.TdClassName
{
border-color: #127FC6;
}
.TagClassName
{
border-color: #127FC6;
}
</style>