Shades of Navy Blue #127BDF
Tints of Navy Blue #127BDF
RGB
CMYK
RGB Variations
Color information
#127BDF (or 0x127BDF) is known color: Navy Blue. HEX triplet: 12, 7B and DF. RGB value is (18,123,223). Sum of RGB (Red+Green+Blue) = 18+123+223=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #127BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BDF is #ED8420. Grayscale: #666666. Windows color (decimal): -15565857 or 14646034. OLE color: 14646034.
HSL color Cylindrical-coordinate representation of color #127BDF: hue angle of 209.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127BDF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 123 | 223 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.13 |
| HSL | 209.27º | 0.85% | 0.47% | - |
| HSV(B) | 209.27º | 0.92% | 0.87% | - |
| XYZ | 20.65 | 19.62 | 72.51 | - |
| YUV | 103.01 | 195.71 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 223 | 0.92 | 0.45 | 0 | 0.13 | 209.27 | 0.85 | 0.47 |
| Hex | 12 | 7B | DF | 5C | 2D | 0 | D | D1 | 55 | 2F |
| Octal | 22 | 173 | 337 | 134 | 55 | 0 | 15 | 321 | 125 | 57 |
| Binary | 10010 | 1111011 | 11011111 | 1011100 | 101101 | 0 | 1101 | 11010001 | 1010101 | 101111 |
Color Harmonies of #127BDF
Complementary color
Monochromatic Colors of #127BDF
Black with #127BDF
Text Example
Text Example
White with #127BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BDF; }
p { color: rgb(18,123,223); }
H1.HeaderClassName
{
color: #127BDF;
}
.AnyTagClassName
{
color: #127BDF;
}
</style>
background-color css
<style>
a { background-color: #127BDF; }
a { background-color: rgb(18,123,223); }
div.DivClassName
{
background-color: #127BDF;
}
.BgClassName
{
background-color: #127BDF;
}
</style>
border-color css
<style>
span { border-color: #127BDF; }
span { border-color: rgb(18,123,223); }
td.TdClassName
{
border-color: #127BDF;
}
.TagClassName
{
border-color: #127BDF;
}
</style>