Shades of Navy Blue #127DCC
Tints of Navy Blue #127DCC
RGB
CMYK
RGB Variations
Color information
#127DCC (or 0x127DCC) is known color: Navy Blue. HEX triplet: 12, 7D and CC. RGB value is (18,125,204). Sum of RGB (Red+Green+Blue) = 18+125+204=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #127DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DCC is #ED8233. Grayscale: #656565. Windows color (decimal): -15565364 or 13401362. OLE color: 13401362.
HSL color Cylindrical-coordinate representation of color #127DCC: hue angle of 205.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DCC is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 125 | 204 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.2 |
| HSL | 205.48º | 0.84% | 0.44% | - |
| HSV(B) | 205.48º | 0.91% | 0.8% | - |
| XYZ | 18.48 | 19.16 | 59.85 | - |
| YUV | 102.01 | 185.55 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 204 | 0.91 | 0.39 | 0 | 0.2 | 205.48 | 0.84 | 0.44 |
| Hex | 12 | 7D | CC | 5B | 27 | 0 | 14 | CD | 54 | 2C |
| Octal | 22 | 175 | 314 | 133 | 47 | 0 | 24 | 315 | 124 | 54 |
| Binary | 10010 | 1111101 | 11001100 | 1011011 | 100111 | 0 | 10100 | 11001101 | 1010100 | 101100 |
Color Harmonies of #127DCC
Complementary color
Monochromatic Colors of #127DCC
Black with #127DCC
Text Example
Text Example
White with #127DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DCC; }
p { color: rgb(18,125,204); }
H1.HeaderClassName
{
color: #127DCC;
}
.AnyTagClassName
{
color: #127DCC;
}
</style>
background-color css
<style>
a { background-color: #127DCC; }
a { background-color: rgb(18,125,204); }
div.DivClassName
{
background-color: #127DCC;
}
.BgClassName
{
background-color: #127DCC;
}
</style>
border-color css
<style>
span { border-color: #127DCC; }
span { border-color: rgb(18,125,204); }
td.TdClassName
{
border-color: #127DCC;
}
.TagClassName
{
border-color: #127DCC;
}
</style>