Shades of Navy Blue #127BC7
Tints of Navy Blue #127BC7
RGB
CMYK
RGB Variations
Color information
#127BC7 (or 0x127BC7) is known color: Navy Blue. HEX triplet: 12, 7B and C7. RGB value is (18,123,199). Sum of RGB (Red+Green+Blue) = 18+123+199=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #127BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BC7 is #ED8438. Grayscale: #636363. Windows color (decimal): -15565881 or 13073170. OLE color: 13073170.
HSL color Cylindrical-coordinate representation of color #127BC7: hue angle of 205.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127BC7 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 123 | 199 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.22 |
| HSL | 205.19º | 0.83% | 0.43% | - |
| HSV(B) | 205.19º | 0.91% | 0.78% | - |
| XYZ | 17.64 | 18.42 | 56.66 | - |
| YUV | 100.27 | 183.71 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 199 | 0.91 | 0.38 | 0 | 0.22 | 205.19 | 0.83 | 0.43 |
| Hex | 12 | 7B | C7 | 5B | 26 | 0 | 16 | CD | 53 | 2B |
| Octal | 22 | 173 | 307 | 133 | 46 | 0 | 26 | 315 | 123 | 53 |
| Binary | 10010 | 1111011 | 11000111 | 1011011 | 100110 | 0 | 10110 | 11001101 | 1010011 | 101011 |
Color Harmonies of #127BC7
Complementary color
Monochromatic Colors of #127BC7
Black with #127BC7
Text Example
Text Example
White with #127BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BC7; }
p { color: rgb(18,123,199); }
H1.HeaderClassName
{
color: #127BC7;
}
.AnyTagClassName
{
color: #127BC7;
}
</style>
background-color css
<style>
a { background-color: #127BC7; }
a { background-color: rgb(18,123,199); }
div.DivClassName
{
background-color: #127BC7;
}
.BgClassName
{
background-color: #127BC7;
}
</style>
border-color css
<style>
span { border-color: #127BC7; }
span { border-color: rgb(18,123,199); }
td.TdClassName
{
border-color: #127BC7;
}
.TagClassName
{
border-color: #127BC7;
}
</style>