Shades of Navy Blue #127BC9
Tints of Navy Blue #127BC9
RGB
CMYK
RGB Variations
Color information
#127BC9 (or 0x127BC9) is known color: Navy Blue. HEX triplet: 12, 7B and C9. RGB value is (18,123,201). Sum of RGB (Red+Green+Blue) = 18+123+201=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #127BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BC9 is #ED8436. Grayscale: #646464. Windows color (decimal): -15565879 or 13204242. OLE color: 13204242.
HSL color Cylindrical-coordinate representation of color #127BC9: hue angle of 205.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127BC9 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 123 | 201 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.21 |
| HSL | 205.57º | 0.84% | 0.43% | - |
| HSV(B) | 205.57º | 0.91% | 0.79% | - |
| XYZ | 17.88 | 18.51 | 57.89 | - |
| YUV | 100.5 | 184.71 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 201 | 0.91 | 0.39 | 0 | 0.21 | 205.57 | 0.84 | 0.43 |
| Hex | 12 | 7B | C9 | 5B | 27 | 0 | 15 | CE | 54 | 2B |
| Octal | 22 | 173 | 311 | 133 | 47 | 0 | 25 | 316 | 124 | 53 |
| Binary | 10010 | 1111011 | 11001001 | 1011011 | 100111 | 0 | 10101 | 11001110 | 1010100 | 101011 |
Color Harmonies of #127BC9
Complementary color
Monochromatic Colors of #127BC9
Black with #127BC9
Text Example
Text Example
White with #127BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BC9; }
p { color: rgb(18,123,201); }
H1.HeaderClassName
{
color: #127BC9;
}
.AnyTagClassName
{
color: #127BC9;
}
</style>
background-color css
<style>
a { background-color: #127BC9; }
a { background-color: rgb(18,123,201); }
div.DivClassName
{
background-color: #127BC9;
}
.BgClassName
{
background-color: #127BC9;
}
</style>
border-color css
<style>
span { border-color: #127BC9; }
span { border-color: rgb(18,123,201); }
td.TdClassName
{
border-color: #127BC9;
}
.TagClassName
{
border-color: #127BC9;
}
</style>