Shades of Navy Blue #136CED
Tints of Navy Blue #136CED
RGB
CMYK
RGB Variations
Color information
#136CED (or 0x136CED) is known color: Navy Blue. HEX triplet: 13, 6C and ED. RGB value is (19,108,237). Sum of RGB (Red+Green+Blue) = 19+108+237=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #136CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CED is #EC9312. Grayscale: #5F5F5F. Windows color (decimal): -15504147 or 15559699. OLE color: 15559699.
HSL color Cylindrical-coordinate representation of color #136CED: hue angle of 215.5º 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 #136CED is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 108 | 237 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.07 |
| HSL | 215.5º | 0.86% | 0.5% | - |
| HSV(B) | 215.5º | 0.92% | 0.93% | - |
| XYZ | 20.92 | 16.98 | 82.3 | - |
| YUV | 96.1 | 207.51 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 237 | 0.92 | 0.54 | 0 | 0.07 | 215.5 | 0.86 | 0.5 |
| Hex | 13 | 6C | ED | 5C | 36 | 0 | 7 | D8 | 56 | 32 |
| Octal | 23 | 154 | 355 | 134 | 66 | 0 | 7 | 330 | 126 | 62 |
| Binary | 10011 | 1101100 | 11101101 | 1011100 | 110110 | 0 | 111 | 11011000 | 1010110 | 110010 |
Color Harmonies of #136CED
Complementary color
Monochromatic Colors of #136CED
Black with #136CED
Text Example
Text Example
White with #136CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CED; }
p { color: rgb(19,108,237); }
H1.HeaderClassName
{
color: #136CED;
}
.AnyTagClassName
{
color: #136CED;
}
</style>
background-color css
<style>
a { background-color: #136CED; }
a { background-color: rgb(19,108,237); }
div.DivClassName
{
background-color: #136CED;
}
.BgClassName
{
background-color: #136CED;
}
</style>
border-color css
<style>
span { border-color: #136CED; }
span { border-color: rgb(19,108,237); }
td.TdClassName
{
border-color: #136CED;
}
.TagClassName
{
border-color: #136CED;
}
</style>