Shades of Navy Blue #127DC8
Tints of Navy Blue #127DC8
RGB
CMYK
RGB Variations
Color information
#127DC8 (or 0x127DC8) is known color: Navy Blue. HEX triplet: 12, 7D and C8. RGB value is (18,125,200). Sum of RGB (Red+Green+Blue) = 18+125+200=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #127DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DC8 is #ED8237. Grayscale: #656565. Windows color (decimal): -15565368 or 13139218. OLE color: 13139218.
HSL color Cylindrical-coordinate representation of color #127DC8: hue angle of 204.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DC8 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 125 | 200 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.22 |
| HSL | 204.73º | 0.83% | 0.43% | - |
| HSV(B) | 204.73º | 0.91% | 0.78% | - |
| XYZ | 18.01 | 18.97 | 57.36 | - |
| YUV | 101.56 | 183.55 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 200 | 0.91 | 0.38 | 0 | 0.22 | 204.73 | 0.83 | 0.43 |
| Hex | 12 | 7D | C8 | 5B | 26 | 0 | 16 | CD | 53 | 2B |
| Octal | 22 | 175 | 310 | 133 | 46 | 0 | 26 | 315 | 123 | 53 |
| Binary | 10010 | 1111101 | 11001000 | 1011011 | 100110 | 0 | 10110 | 11001101 | 1010011 | 101011 |
Color Harmonies of #127DC8
Complementary color
Monochromatic Colors of #127DC8
Black with #127DC8
Text Example
Text Example
White with #127DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DC8; }
p { color: rgb(18,125,200); }
H1.HeaderClassName
{
color: #127DC8;
}
.AnyTagClassName
{
color: #127DC8;
}
</style>
background-color css
<style>
a { background-color: #127DC8; }
a { background-color: rgb(18,125,200); }
div.DivClassName
{
background-color: #127DC8;
}
.BgClassName
{
background-color: #127DC8;
}
</style>
border-color css
<style>
span { border-color: #127DC8; }
span { border-color: rgb(18,125,200); }
td.TdClassName
{
border-color: #127DC8;
}
.TagClassName
{
border-color: #127DC8;
}
</style>