Shades of Navy Blue #127ACC
Tints of Navy Blue #127ACC
RGB
CMYK
RGB Variations
Color information
#127ACC (or 0x127ACC) is known color: Navy Blue. HEX triplet: 12, 7A and CC. RGB value is (18,122,204). Sum of RGB (Red+Green+Blue) = 18+122+204=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #127ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ACC is #ED8533. Grayscale: #636363. Windows color (decimal): -15566132 or 13400594. OLE color: 13400594.
HSL color Cylindrical-coordinate representation of color #127ACC: hue angle of 206.45º 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 #127ACC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 122 | 204 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.2 |
| HSL | 206.45º | 0.84% | 0.44% | - |
| HSV(B) | 206.45º | 0.91% | 0.8% | - |
| XYZ | 18.11 | 18.41 | 59.73 | - |
| YUV | 100.25 | 186.54 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 204 | 0.91 | 0.40 | 0 | 0.2 | 206.45 | 0.84 | 0.44 |
| Hex | 12 | 7A | CC | 5B | 28 | 0 | 14 | CE | 54 | 2C |
| Octal | 22 | 172 | 314 | 133 | 50 | 0 | 24 | 316 | 124 | 54 |
| Binary | 10010 | 1111010 | 11001100 | 1011011 | 101000 | 0 | 10100 | 11001110 | 1010100 | 101100 |
Color Harmonies of #127ACC
Complementary color
Monochromatic Colors of #127ACC
Black with #127ACC
Text Example
Text Example
White with #127ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ACC; }
p { color: rgb(18,122,204); }
H1.HeaderClassName
{
color: #127ACC;
}
.AnyTagClassName
{
color: #127ACC;
}
</style>
background-color css
<style>
a { background-color: #127ACC; }
a { background-color: rgb(18,122,204); }
div.DivClassName
{
background-color: #127ACC;
}
.BgClassName
{
background-color: #127ACC;
}
</style>
border-color css
<style>
span { border-color: #127ACC; }
span { border-color: rgb(18,122,204); }
td.TdClassName
{
border-color: #127ACC;
}
.TagClassName
{
border-color: #127ACC;
}
</style>