Shades of Navy Blue #127EDA
Tints of Navy Blue #127EDA
RGB
CMYK
RGB Variations
Color information
#127EDA (or 0x127EDA) is known color: Navy Blue. HEX triplet: 12, 7E and DA. RGB value is (18,126,218). Sum of RGB (Red+Green+Blue) = 18+126+218=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #127EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EDA is #ED8125. Grayscale: #676767. Windows color (decimal): -15565094 or 14319122. OLE color: 14319122.
HSL color Cylindrical-coordinate representation of color #127EDA: hue angle of 207.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EDA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 126 | 218 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.15 |
| HSL | 207.6º | 0.85% | 0.46% | - |
| HSV(B) | 207.6º | 0.92% | 0.85% | - |
| XYZ | 20.37 | 20.11 | 69.14 | - |
| YUV | 104.2 | 192.22 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 218 | 0.92 | 0.42 | 0 | 0.15 | 207.6 | 0.85 | 0.46 |
| Hex | 12 | 7E | DA | 5C | 2A | 0 | F | D0 | 55 | 2E |
| Octal | 22 | 176 | 332 | 134 | 52 | 0 | 17 | 320 | 125 | 56 |
| Binary | 10010 | 1111110 | 11011010 | 1011100 | 101010 | 0 | 1111 | 11010000 | 1010101 | 101110 |
Color Harmonies of #127EDA
Complementary color
Monochromatic Colors of #127EDA
Black with #127EDA
Text Example
Text Example
White with #127EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EDA; }
p { color: rgb(18,126,218); }
H1.HeaderClassName
{
color: #127EDA;
}
.AnyTagClassName
{
color: #127EDA;
}
</style>
background-color css
<style>
a { background-color: #127EDA; }
a { background-color: rgb(18,126,218); }
div.DivClassName
{
background-color: #127EDA;
}
.BgClassName
{
background-color: #127EDA;
}
</style>
border-color css
<style>
span { border-color: #127EDA; }
span { border-color: rgb(18,126,218); }
td.TdClassName
{
border-color: #127EDA;
}
.TagClassName
{
border-color: #127EDA;
}
</style>