Shades of Navy Blue #136FEB
Tints of Navy Blue #136FEB
RGB
CMYK
RGB Variations
Color information
#136FEB (or 0x136FEB) is known color: Navy Blue. HEX triplet: 13, 6F and EB. RGB value is (19,111,235). Sum of RGB (Red+Green+Blue) = 19+111+235=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #136FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FEB is #EC9014. Grayscale: #616161. Windows color (decimal): -15503381 or 15429395. OLE color: 15429395.
HSL color Cylindrical-coordinate representation of color #136FEB: hue angle of 214.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136FEB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 111 | 235 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.08 |
| HSL | 214.44º | 0.85% | 0.5% | - |
| HSV(B) | 214.44º | 0.92% | 0.92% | - |
| XYZ | 20.95 | 17.51 | 80.87 | - |
| YUV | 97.63 | 205.52 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 235 | 0.92 | 0.53 | 0 | 0.08 | 214.44 | 0.85 | 0.5 |
| Hex | 13 | 6F | EB | 5C | 35 | 0 | 8 | D6 | 55 | 32 |
| Octal | 23 | 157 | 353 | 134 | 65 | 0 | 10 | 326 | 125 | 62 |
| Binary | 10011 | 1101111 | 11101011 | 1011100 | 110101 | 0 | 1000 | 11010110 | 1010101 | 110010 |
Color Harmonies of #136FEB
Complementary color
Monochromatic Colors of #136FEB
Black with #136FEB
Text Example
Text Example
White with #136FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FEB; }
p { color: rgb(19,111,235); }
H1.HeaderClassName
{
color: #136FEB;
}
.AnyTagClassName
{
color: #136FEB;
}
</style>
background-color css
<style>
a { background-color: #136FEB; }
a { background-color: rgb(19,111,235); }
div.DivClassName
{
background-color: #136FEB;
}
.BgClassName
{
background-color: #136FEB;
}
</style>
border-color css
<style>
span { border-color: #136FEB; }
span { border-color: rgb(19,111,235); }
td.TdClassName
{
border-color: #136FEB;
}
.TagClassName
{
border-color: #136FEB;
}
</style>