Shades of Navy Blue #127FCF
Tints of Navy Blue #127FCF
RGB
CMYK
RGB Variations
Color information
#127FCF (or 0x127FCF) is known color: Navy Blue. HEX triplet: 12, 7F and CF. RGB value is (18,127,207). Sum of RGB (Red+Green+Blue) = 18+127+207=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #127FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FCF is #ED8030. Grayscale: #676767. Windows color (decimal): -15564849 or 13598482. OLE color: 13598482.
HSL color Cylindrical-coordinate representation of color #127FCF: hue angle of 205.4º 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 #127FCF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 127 | 207 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.19 |
| HSL | 205.4º | 0.84% | 0.44% | - |
| HSV(B) | 205.4º | 0.91% | 0.81% | - |
| XYZ | 19.1 | 19.81 | 61.85 | - |
| YUV | 103.53 | 186.39 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 207 | 0.91 | 0.39 | 0 | 0.19 | 205.4 | 0.84 | 0.44 |
| Hex | 12 | 7F | CF | 5B | 27 | 0 | 13 | CD | 54 | 2C |
| Octal | 22 | 177 | 317 | 133 | 47 | 0 | 23 | 315 | 124 | 54 |
| Binary | 10010 | 1111111 | 11001111 | 1011011 | 100111 | 0 | 10011 | 11001101 | 1010100 | 101100 |
Color Harmonies of #127FCF
Complementary color
Monochromatic Colors of #127FCF
Black with #127FCF
Text Example
Text Example
White with #127FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FCF; }
p { color: rgb(18,127,207); }
H1.HeaderClassName
{
color: #127FCF;
}
.AnyTagClassName
{
color: #127FCF;
}
</style>
background-color css
<style>
a { background-color: #127FCF; }
a { background-color: rgb(18,127,207); }
div.DivClassName
{
background-color: #127FCF;
}
.BgClassName
{
background-color: #127FCF;
}
</style>
border-color css
<style>
span { border-color: #127FCF; }
span { border-color: rgb(18,127,207); }
td.TdClassName
{
border-color: #127FCF;
}
.TagClassName
{
border-color: #127FCF;
}
</style>