Shades of Navy Blue #136DCF
Tints of Navy Blue #136DCF
RGB
CMYK
RGB Variations
Color information
#136DCF (or 0x136DCF) is known color: Navy Blue. HEX triplet: 13, 6D and CF. RGB value is (19,109,207). Sum of RGB (Red+Green+Blue) = 19+109+207=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #136DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DCF is #EC9230. Grayscale: #5C5C5C. Windows color (decimal): -15503921 or 13593875. OLE color: 13593875.
HSL color Cylindrical-coordinate representation of color #136DCF: hue angle of 211.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136DCF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 109 | 207 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.19 |
| HSL | 211.28º | 0.83% | 0.44% | - |
| HSV(B) | 211.28º | 0.91% | 0.81% | - |
| XYZ | 17 | 15.58 | 61.14 | - |
| YUV | 93.26 | 192.18 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 207 | 0.91 | 0.47 | 0 | 0.19 | 211.28 | 0.83 | 0.44 |
| Hex | 13 | 6D | CF | 5B | 2F | 0 | 13 | D3 | 53 | 2C |
| Octal | 23 | 155 | 317 | 133 | 57 | 0 | 23 | 323 | 123 | 54 |
| Binary | 10011 | 1101101 | 11001111 | 1011011 | 101111 | 0 | 10011 | 11010011 | 1010011 | 101100 |
Color Harmonies of #136DCF
Complementary color
Monochromatic Colors of #136DCF
Black with #136DCF
Text Example
Text Example
White with #136DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DCF; }
p { color: rgb(19,109,207); }
H1.HeaderClassName
{
color: #136DCF;
}
.AnyTagClassName
{
color: #136DCF;
}
</style>
background-color css
<style>
a { background-color: #136DCF; }
a { background-color: rgb(19,109,207); }
div.DivClassName
{
background-color: #136DCF;
}
.BgClassName
{
background-color: #136DCF;
}
</style>
border-color css
<style>
span { border-color: #136DCF; }
span { border-color: rgb(19,109,207); }
td.TdClassName
{
border-color: #136DCF;
}
.TagClassName
{
border-color: #136DCF;
}
</style>