Shades of Navy Blue #136BD0
Tints of Navy Blue #136BD0
RGB
CMYK
RGB Variations
Color information
#136BD0 (or 0x136BD0) is known color: Navy Blue. HEX triplet: 13, 6B and D0. RGB value is (19,107,208). Sum of RGB (Red+Green+Blue) = 19+107+208=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #136BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD0 is #EC942F. Grayscale: #5B5B5B. Windows color (decimal): -15504432 or 13658899. OLE color: 13658899.
HSL color Cylindrical-coordinate representation of color #136BD0: hue angle of 212.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136BD0 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 107 | 208 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.18 |
| HSL | 212.06º | 0.83% | 0.45% | - |
| HSV(B) | 212.06º | 0.91% | 0.82% | - |
| XYZ | 16.91 | 15.21 | 61.72 | - |
| YUV | 92.2 | 193.35 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 208 | 0.91 | 0.49 | 0 | 0.18 | 212.06 | 0.83 | 0.45 |
| Hex | 13 | 6B | D0 | 5B | 31 | 0 | 12 | D4 | 53 | 2D |
| Octal | 23 | 153 | 320 | 133 | 61 | 0 | 22 | 324 | 123 | 55 |
| Binary | 10011 | 1101011 | 11010000 | 1011011 | 110001 | 0 | 10010 | 11010100 | 1010011 | 101101 |
Color Harmonies of #136BD0
Complementary color
Monochromatic Colors of #136BD0
Black with #136BD0
Text Example
Text Example
White with #136BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BD0; }
p { color: rgb(19,107,208); }
H1.HeaderClassName
{
color: #136BD0;
}
.AnyTagClassName
{
color: #136BD0;
}
</style>
background-color css
<style>
a { background-color: #136BD0; }
a { background-color: rgb(19,107,208); }
div.DivClassName
{
background-color: #136BD0;
}
.BgClassName
{
background-color: #136BD0;
}
</style>
border-color css
<style>
span { border-color: #136BD0; }
span { border-color: rgb(19,107,208); }
td.TdClassName
{
border-color: #136BD0;
}
.TagClassName
{
border-color: #136BD0;
}
</style>