Shades of Navy Blue #127ACE
Tints of Navy Blue #127ACE
RGB
CMYK
RGB Variations
Color information
#127ACE (or 0x127ACE) is known color: Navy Blue. HEX triplet: 12, 7A and CE. RGB value is (18,122,206). Sum of RGB (Red+Green+Blue) = 18+122+206=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #127ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ACE is #ED8531. Grayscale: #646464. Windows color (decimal): -15566130 or 13531666. OLE color: 13531666.
HSL color Cylindrical-coordinate representation of color #127ACE: hue angle of 206.81º 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 #127ACE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 122 | 206 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.19 |
| HSL | 206.81º | 0.84% | 0.44% | - |
| HSV(B) | 206.81º | 0.91% | 0.81% | - |
| XYZ | 18.35 | 18.5 | 61 | - |
| YUV | 100.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 206 | 0.91 | 0.41 | 0 | 0.19 | 206.81 | 0.84 | 0.44 |
| Hex | 12 | 7A | CE | 5B | 29 | 0 | 13 | CF | 54 | 2C |
| Octal | 22 | 172 | 316 | 133 | 51 | 0 | 23 | 317 | 124 | 54 |
| Binary | 10010 | 1111010 | 11001110 | 1011011 | 101001 | 0 | 10011 | 11001111 | 1010100 | 101100 |
Color Harmonies of #127ACE
Complementary color
Monochromatic Colors of #127ACE
Black with #127ACE
Text Example
Text Example
White with #127ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ACE; }
p { color: rgb(18,122,206); }
H1.HeaderClassName
{
color: #127ACE;
}
.AnyTagClassName
{
color: #127ACE;
}
</style>
background-color css
<style>
a { background-color: #127ACE; }
a { background-color: rgb(18,122,206); }
div.DivClassName
{
background-color: #127ACE;
}
.BgClassName
{
background-color: #127ACE;
}
</style>
border-color css
<style>
span { border-color: #127ACE; }
span { border-color: rgb(18,122,206); }
td.TdClassName
{
border-color: #127ACE;
}
.TagClassName
{
border-color: #127ACE;
}
</style>