Shades of Navy Blue #127BCD
Tints of Navy Blue #127BCD
RGB
CMYK
RGB Variations
Color information
#127BCD (or 0x127BCD) is known color: Navy Blue. HEX triplet: 12, 7B and CD. RGB value is (18,123,205). Sum of RGB (Red+Green+Blue) = 18+123+205=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #127BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCD is #ED8432. Grayscale: #646464. Windows color (decimal): -15565875 or 13466386. OLE color: 13466386.
HSL color Cylindrical-coordinate representation of color #127BCD: hue angle of 206.31º 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 #127BCD is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 123 | 205 | - |
| CMYK | 0.91 | 0.4 | 0 | 0.20 |
| HSL | 206.31º | 0.84% | 0.44% | - |
| HSV(B) | 206.31º | 0.91% | 0.8% | - |
| XYZ | 18.35 | 18.7 | 60.4 | - |
| YUV | 100.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 205 | 0.91 | 0.4 | 0 | 0.20 | 206.31 | 0.84 | 0.44 |
| Hex | 12 | 7B | CD | 5B | 28 | 0 | 14 | CE | 54 | 2C |
| Octal | 22 | 173 | 315 | 133 | 50 | 0 | 24 | 316 | 124 | 54 |
| Binary | 10010 | 1111011 | 11001101 | 1011011 | 101000 | 0 | 10100 | 11001110 | 1010100 | 101100 |
Color Harmonies of #127BCD
Complementary color
Monochromatic Colors of #127BCD
Black with #127BCD
Text Example
Text Example
White with #127BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BCD; }
p { color: rgb(18,123,205); }
H1.HeaderClassName
{
color: #127BCD;
}
.AnyTagClassName
{
color: #127BCD;
}
</style>
background-color css
<style>
a { background-color: #127BCD; }
a { background-color: rgb(18,123,205); }
div.DivClassName
{
background-color: #127BCD;
}
.BgClassName
{
background-color: #127BCD;
}
</style>
border-color css
<style>
span { border-color: #127BCD; }
span { border-color: rgb(18,123,205); }
td.TdClassName
{
border-color: #127BCD;
}
.TagClassName
{
border-color: #127BCD;
}
</style>