Shades of Navy Blue #126BED
Tints of Navy Blue #126BED
RGB
CMYK
RGB Variations
Color information
#126BED (or 0x126BED) is known color: Navy Blue. HEX triplet: 12, 6B and ED. RGB value is (18,107,237). Sum of RGB (Red+Green+Blue) = 18+107+237=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #126BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126BED is #ED9412. Grayscale: #5E5E5E. Windows color (decimal): -15569939 or 15559442. OLE color: 15559442.
HSL color Cylindrical-coordinate representation of color #126BED: hue angle of 215.62º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126BED is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 107 | 237 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.07 |
| HSL | 215.62º | 0.86% | 0.5% | - |
| HSV(B) | 215.62º | 0.92% | 0.93% | - |
| XYZ | 20.79 | 16.76 | 82.26 | - |
| YUV | 95.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 237 | 0.92 | 0.55 | 0 | 0.07 | 215.62 | 0.86 | 0.5 |
| Hex | 12 | 6B | ED | 5C | 37 | 0 | 7 | D8 | 56 | 32 |
| Octal | 22 | 153 | 355 | 134 | 67 | 0 | 7 | 330 | 126 | 62 |
| Binary | 10010 | 1101011 | 11101101 | 1011100 | 110111 | 0 | 111 | 11011000 | 1010110 | 110010 |
Color Harmonies of #126BED
Complementary color
Monochromatic Colors of #126BED
Black with #126BED
Text Example
Text Example
White with #126BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BED; }
p { color: rgb(18,107,237); }
H1.HeaderClassName
{
color: #126BED;
}
.AnyTagClassName
{
color: #126BED;
}
</style>
background-color css
<style>
a { background-color: #126BED; }
a { background-color: rgb(18,107,237); }
div.DivClassName
{
background-color: #126BED;
}
.BgClassName
{
background-color: #126BED;
}
</style>
border-color css
<style>
span { border-color: #126BED; }
span { border-color: rgb(18,107,237); }
td.TdClassName
{
border-color: #126BED;
}
.TagClassName
{
border-color: #126BED;
}
</style>