Shades of Navy Blue #127CCF
Tints of Navy Blue #127CCF
RGB
CMYK
RGB Variations
Color information
#127CCF (or 0x127CCF) is known color: Navy Blue. HEX triplet: 12, 7C and CF. RGB value is (18,124,207). Sum of RGB (Red+Green+Blue) = 18+124+207=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #127CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CCF is #ED8330. Grayscale: #656565. Windows color (decimal): -15565617 or 13597714. OLE color: 13597714.
HSL color Cylindrical-coordinate representation of color #127CCF: hue angle of 206.35º 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 #127CCF is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 124 | 207 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.19 |
| HSL | 206.35º | 0.84% | 0.44% | - |
| HSV(B) | 206.35º | 0.91% | 0.81% | - |
| XYZ | 18.72 | 19.05 | 61.72 | - |
| YUV | 101.77 | 187.38 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 207 | 0.91 | 0.40 | 0 | 0.19 | 206.35 | 0.84 | 0.44 |
| Hex | 12 | 7C | CF | 5B | 28 | 0 | 13 | CE | 54 | 2C |
| Octal | 22 | 174 | 317 | 133 | 50 | 0 | 23 | 316 | 124 | 54 |
| Binary | 10010 | 1111100 | 11001111 | 1011011 | 101000 | 0 | 10011 | 11001110 | 1010100 | 101100 |
Color Harmonies of #127CCF
Complementary color
Monochromatic Colors of #127CCF
Black with #127CCF
Text Example
Text Example
White with #127CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CCF; }
p { color: rgb(18,124,207); }
H1.HeaderClassName
{
color: #127CCF;
}
.AnyTagClassName
{
color: #127CCF;
}
</style>
background-color css
<style>
a { background-color: #127CCF; }
a { background-color: rgb(18,124,207); }
div.DivClassName
{
background-color: #127CCF;
}
.BgClassName
{
background-color: #127CCF;
}
</style>
border-color css
<style>
span { border-color: #127CCF; }
span { border-color: rgb(18,124,207); }
td.TdClassName
{
border-color: #127CCF;
}
.TagClassName
{
border-color: #127CCF;
}
</style>