Shades of Navy Blue #127CDB
Tints of Navy Blue #127CDB
RGB
CMYK
RGB Variations
Color information
#127CDB (or 0x127CDB) is known color: Navy Blue. HEX triplet: 12, 7C and DB. RGB value is (18,124,219). Sum of RGB (Red+Green+Blue) = 18+124+219=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #127CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CDB is #ED8324. Grayscale: #666666. Windows color (decimal): -15565605 or 14384146. OLE color: 14384146.
HSL color Cylindrical-coordinate representation of color #127CDB: hue angle of 208.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127CDB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 124 | 219 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.14 |
| HSL | 208.36º | 0.85% | 0.46% | - |
| HSV(B) | 208.36º | 0.92% | 0.86% | - |
| XYZ | 20.24 | 19.66 | 69.75 | - |
| YUV | 103.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 219 | 0.92 | 0.43 | 0 | 0.14 | 208.36 | 0.85 | 0.46 |
| Hex | 12 | 7C | DB | 5C | 2B | 0 | E | D0 | 55 | 2E |
| Octal | 22 | 174 | 333 | 134 | 53 | 0 | 16 | 320 | 125 | 56 |
| Binary | 10010 | 1111100 | 11011011 | 1011100 | 101011 | 0 | 1110 | 11010000 | 1010101 | 101110 |
Color Harmonies of #127CDB
Complementary color
Monochromatic Colors of #127CDB
Black with #127CDB
Text Example
Text Example
White with #127CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CDB; }
p { color: rgb(18,124,219); }
H1.HeaderClassName
{
color: #127CDB;
}
.AnyTagClassName
{
color: #127CDB;
}
</style>
background-color css
<style>
a { background-color: #127CDB; }
a { background-color: rgb(18,124,219); }
div.DivClassName
{
background-color: #127CDB;
}
.BgClassName
{
background-color: #127CDB;
}
</style>
border-color css
<style>
span { border-color: #127CDB; }
span { border-color: rgb(18,124,219); }
td.TdClassName
{
border-color: #127CDB;
}
.TagClassName
{
border-color: #127CDB;
}
</style>