Shades of Navy Blue #127DD3
Tints of Navy Blue #127DD3
RGB
CMYK
RGB Variations
Color information
#127DD3 (or 0x127DD3) is known color: Navy Blue. HEX triplet: 12, 7D and D3. RGB value is (18,125,211). Sum of RGB (Red+Green+Blue) = 18+125+211=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #127DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DD3 is #ED822C. Grayscale: #666666. Windows color (decimal): -15565357 or 13860114. OLE color: 13860114.
HSL color Cylindrical-coordinate representation of color #127DD3: hue angle of 206.74º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DD3 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 125 | 211 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.17 |
| HSL | 206.74º | 0.84% | 0.45% | - |
| HSV(B) | 206.74º | 0.91% | 0.83% | - |
| XYZ | 19.34 | 19.5 | 64.37 | - |
| YUV | 102.81 | 189.05 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 211 | 0.91 | 0.41 | 0 | 0.17 | 206.74 | 0.84 | 0.45 |
| Hex | 12 | 7D | D3 | 5B | 29 | 0 | 11 | CF | 54 | 2D |
| Octal | 22 | 175 | 323 | 133 | 51 | 0 | 21 | 317 | 124 | 55 |
| Binary | 10010 | 1111101 | 11010011 | 1011011 | 101001 | 0 | 10001 | 11001111 | 1010100 | 101101 |
Color Harmonies of #127DD3
Complementary color
Monochromatic Colors of #127DD3
Black with #127DD3
Text Example
Text Example
White with #127DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DD3; }
p { color: rgb(18,125,211); }
H1.HeaderClassName
{
color: #127DD3;
}
.AnyTagClassName
{
color: #127DD3;
}
</style>
background-color css
<style>
a { background-color: #127DD3; }
a { background-color: rgb(18,125,211); }
div.DivClassName
{
background-color: #127DD3;
}
.BgClassName
{
background-color: #127DD3;
}
</style>
border-color css
<style>
span { border-color: #127DD3; }
span { border-color: rgb(18,125,211); }
td.TdClassName
{
border-color: #127DD3;
}
.TagClassName
{
border-color: #127DD3;
}
</style>