Shades of Navy Blue #136BD4
Tints of Navy Blue #136BD4
RGB
CMYK
RGB Variations
Color information
#136BD4 (or 0x136BD4) is known color: Navy Blue. HEX triplet: 13, 6B and D4. RGB value is (19,107,212). Sum of RGB (Red+Green+Blue) = 19+107+212=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #136BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD4 is #EC942B. Grayscale: #5C5C5C. Windows color (decimal): -15504428 or 13921043. OLE color: 13921043.
HSL color Cylindrical-coordinate representation of color #136BD4: hue angle of 212.64º 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 #136BD4 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 107 | 212 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.17 |
| HSL | 212.64º | 0.84% | 0.45% | - |
| HSV(B) | 212.64º | 0.91% | 0.83% | - |
| XYZ | 17.41 | 15.41 | 64.34 | - |
| YUV | 92.66 | 195.35 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 212 | 0.91 | 0.50 | 0 | 0.17 | 212.64 | 0.84 | 0.45 |
| Hex | 13 | 6B | D4 | 5B | 32 | 0 | 11 | D5 | 54 | 2D |
| Octal | 23 | 153 | 324 | 133 | 62 | 0 | 21 | 325 | 124 | 55 |
| Binary | 10011 | 1101011 | 11010100 | 1011011 | 110010 | 0 | 10001 | 11010101 | 1010100 | 101101 |
Color Harmonies of #136BD4
Complementary color
Monochromatic Colors of #136BD4
Black with #136BD4
Text Example
Text Example
White with #136BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BD4; }
p { color: rgb(19,107,212); }
H1.HeaderClassName
{
color: #136BD4;
}
.AnyTagClassName
{
color: #136BD4;
}
</style>
background-color css
<style>
a { background-color: #136BD4; }
a { background-color: rgb(19,107,212); }
div.DivClassName
{
background-color: #136BD4;
}
.BgClassName
{
background-color: #136BD4;
}
</style>
border-color css
<style>
span { border-color: #136BD4; }
span { border-color: rgb(19,107,212); }
td.TdClassName
{
border-color: #136BD4;
}
.TagClassName
{
border-color: #136BD4;
}
</style>