Shades of Navy Blue #126DD3
Tints of Navy Blue #126DD3
RGB
CMYK
RGB Variations
Color information
#126DD3 (or 0x126DD3) is known color: Navy Blue. HEX triplet: 12, 6D and D3. RGB value is (18,109,211). Sum of RGB (Red+Green+Blue) = 18+109+211=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #126DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DD3 is #ED922C. Grayscale: #5C5C5C. Windows color (decimal): -15569453 or 13856018. OLE color: 13856018.
HSL color Cylindrical-coordinate representation of color #126DD3: hue angle of 211.71º 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 #126DD3 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 109 | 211 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.17 |
| HSL | 211.71º | 0.84% | 0.45% | - |
| HSV(B) | 211.71º | 0.91% | 0.83% | - |
| XYZ | 17.48 | 15.77 | 63.75 | - |
| YUV | 93.42 | 194.35 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 211 | 0.91 | 0.48 | 0 | 0.17 | 211.71 | 0.84 | 0.45 |
| Hex | 12 | 6D | D3 | 5B | 30 | 0 | 11 | D4 | 54 | 2D |
| Octal | 22 | 155 | 323 | 133 | 60 | 0 | 21 | 324 | 124 | 55 |
| Binary | 10010 | 1101101 | 11010011 | 1011011 | 110000 | 0 | 10001 | 11010100 | 1010100 | 101101 |
Color Harmonies of #126DD3
Complementary color
Monochromatic Colors of #126DD3
Black with #126DD3
Text Example
Text Example
White with #126DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DD3; }
p { color: rgb(18,109,211); }
H1.HeaderClassName
{
color: #126DD3;
}
.AnyTagClassName
{
color: #126DD3;
}
</style>
background-color css
<style>
a { background-color: #126DD3; }
a { background-color: rgb(18,109,211); }
div.DivClassName
{
background-color: #126DD3;
}
.BgClassName
{
background-color: #126DD3;
}
</style>
border-color css
<style>
span { border-color: #126DD3; }
span { border-color: rgb(18,109,211); }
td.TdClassName
{
border-color: #126DD3;
}
.TagClassName
{
border-color: #126DD3;
}
</style>