Shades of Navy Blue #127FC5
Tints of Navy Blue #127FC5
RGB
CMYK
RGB Variations
Color information
#127FC5 (or 0x127FC5) is known color: Navy Blue. HEX triplet: 12, 7F and C5. RGB value is (18,127,197). Sum of RGB (Red+Green+Blue) = 18+127+197=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #127FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FC5 is #ED803A. Grayscale: #666666. Windows color (decimal): -15564859 or 12943122. OLE color: 12943122.
HSL color Cylindrical-coordinate representation of color #127FC5: hue angle of 203.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FC5 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 127 | 197 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.23 |
| HSL | 203.46º | 0.83% | 0.42% | - |
| HSV(B) | 203.46º | 0.91% | 0.77% | - |
| XYZ | 17.92 | 19.34 | 55.61 | - |
| YUV | 102.39 | 181.39 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 197 | 0.91 | 0.36 | 0 | 0.23 | 203.46 | 0.83 | 0.42 |
| Hex | 12 | 7F | C5 | 5B | 24 | 0 | 17 | CB | 53 | 2A |
| Octal | 22 | 177 | 305 | 133 | 44 | 0 | 27 | 313 | 123 | 52 |
| Binary | 10010 | 1111111 | 11000101 | 1011011 | 100100 | 0 | 10111 | 11001011 | 1010011 | 101010 |
Color Harmonies of #127FC5
Complementary color
Monochromatic Colors of #127FC5
Black with #127FC5
Text Example
Text Example
White with #127FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FC5; }
p { color: rgb(18,127,197); }
H1.HeaderClassName
{
color: #127FC5;
}
.AnyTagClassName
{
color: #127FC5;
}
</style>
background-color css
<style>
a { background-color: #127FC5; }
a { background-color: rgb(18,127,197); }
div.DivClassName
{
background-color: #127FC5;
}
.BgClassName
{
background-color: #127FC5;
}
</style>
border-color css
<style>
span { border-color: #127FC5; }
span { border-color: rgb(18,127,197); }
td.TdClassName
{
border-color: #127FC5;
}
.TagClassName
{
border-color: #127FC5;
}
</style>