Shades of Navy Blue #127ACB
Tints of Navy Blue #127ACB
RGB
CMYK
RGB Variations
Color information
#127ACB (or 0x127ACB) is known color: Navy Blue. HEX triplet: 12, 7A and CB. RGB value is (18,122,203). Sum of RGB (Red+Green+Blue) = 18+122+203=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #127ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ACB is #ED8534. Grayscale: #636363. Windows color (decimal): -15566133 or 13335058. OLE color: 13335058.
HSL color Cylindrical-coordinate representation of color #127ACB: hue angle of 206.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127ACB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 122 | 203 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.20 |
| HSL | 206.27º | 0.84% | 0.43% | - |
| HSV(B) | 206.27º | 0.91% | 0.8% | - |
| XYZ | 17.99 | 18.36 | 59.1 | - |
| YUV | 100.14 | 186.04 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 203 | 0.91 | 0.40 | 0 | 0.20 | 206.27 | 0.84 | 0.43 |
| Hex | 12 | 7A | CB | 5B | 28 | 0 | 14 | CE | 54 | 2B |
| Octal | 22 | 172 | 313 | 133 | 50 | 0 | 24 | 316 | 124 | 53 |
| Binary | 10010 | 1111010 | 11001011 | 1011011 | 101000 | 0 | 10100 | 11001110 | 1010100 | 101011 |
Color Harmonies of #127ACB
Complementary color
Monochromatic Colors of #127ACB
Black with #127ACB
Text Example
Text Example
White with #127ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ACB; }
p { color: rgb(18,122,203); }
H1.HeaderClassName
{
color: #127ACB;
}
.AnyTagClassName
{
color: #127ACB;
}
</style>
background-color css
<style>
a { background-color: #127ACB; }
a { background-color: rgb(18,122,203); }
div.DivClassName
{
background-color: #127ACB;
}
.BgClassName
{
background-color: #127ACB;
}
</style>
border-color css
<style>
span { border-color: #127ACB; }
span { border-color: rgb(18,122,203); }
td.TdClassName
{
border-color: #127ACB;
}
.TagClassName
{
border-color: #127ACB;
}
</style>