Shades of Navy Blue #127CC4
Tints of Navy Blue #127CC4
RGB
CMYK
RGB Variations
Color information
#127CC4 (or 0x127CC4) is known color: Navy Blue. HEX triplet: 12, 7C and C4. RGB value is (18,124,196). Sum of RGB (Red+Green+Blue) = 18+124+196=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #127CC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CC4 is #ED833B. Grayscale: #646464. Windows color (decimal): -15565628 or 12876818. OLE color: 12876818.
HSL color Cylindrical-coordinate representation of color #127CC4: hue angle of 204.27º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127CC4 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 124 | 196 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.23 |
| HSL | 204.27º | 0.83% | 0.42% | - |
| HSV(B) | 204.27º | 0.91% | 0.77% | - |
| XYZ | 17.42 | 18.53 | 54.88 | - |
| YUV | 100.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 196 | 0.91 | 0.37 | 0 | 0.23 | 204.27 | 0.83 | 0.42 |
| Hex | 12 | 7C | C4 | 5B | 25 | 0 | 17 | CC | 53 | 2A |
| Octal | 22 | 174 | 304 | 133 | 45 | 0 | 27 | 314 | 123 | 52 |
| Binary | 10010 | 1111100 | 11000100 | 1011011 | 100101 | 0 | 10111 | 11001100 | 1010011 | 101010 |
Color Harmonies of #127CC4
Complementary color
Monochromatic Colors of #127CC4
Black with #127CC4
Text Example
Text Example
White with #127CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CC4; }
p { color: rgb(18,124,196); }
H1.HeaderClassName
{
color: #127CC4;
}
.AnyTagClassName
{
color: #127CC4;
}
</style>
background-color css
<style>
a { background-color: #127CC4; }
a { background-color: rgb(18,124,196); }
div.DivClassName
{
background-color: #127CC4;
}
.BgClassName
{
background-color: #127CC4;
}
</style>
border-color css
<style>
span { border-color: #127CC4; }
span { border-color: rgb(18,124,196); }
td.TdClassName
{
border-color: #127CC4;
}
.TagClassName
{
border-color: #127CC4;
}
</style>