Shades of Navy Blue #136CEB
Tints of Navy Blue #136CEB
RGB
CMYK
RGB Variations
Color information
#136CEB (or 0x136CEB) is known color: Navy Blue. HEX triplet: 13, 6C and EB. RGB value is (19,108,235). Sum of RGB (Red+Green+Blue) = 19+108+235=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #136CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CEB is #EC9314. Grayscale: #5F5F5F. Windows color (decimal): -15504149 or 15428627. OLE color: 15428627.
HSL color Cylindrical-coordinate representation of color #136CEB: hue angle of 215.28º 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 #136CEB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 108 | 235 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.08 |
| HSL | 215.28º | 0.85% | 0.5% | - |
| HSV(B) | 215.28º | 0.92% | 0.92% | - |
| XYZ | 20.63 | 16.86 | 80.76 | - |
| YUV | 95.87 | 206.51 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 235 | 0.92 | 0.54 | 0 | 0.08 | 215.28 | 0.85 | 0.5 |
| Hex | 13 | 6C | EB | 5C | 36 | 0 | 8 | D7 | 55 | 32 |
| Octal | 23 | 154 | 353 | 134 | 66 | 0 | 10 | 327 | 125 | 62 |
| Binary | 10011 | 1101100 | 11101011 | 1011100 | 110110 | 0 | 1000 | 11010111 | 1010101 | 110010 |
Color Harmonies of #136CEB
Complementary color
Monochromatic Colors of #136CEB
Black with #136CEB
Text Example
Text Example
White with #136CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CEB; }
p { color: rgb(19,108,235); }
H1.HeaderClassName
{
color: #136CEB;
}
.AnyTagClassName
{
color: #136CEB;
}
</style>
background-color css
<style>
a { background-color: #136CEB; }
a { background-color: rgb(19,108,235); }
div.DivClassName
{
background-color: #136CEB;
}
.BgClassName
{
background-color: #136CEB;
}
</style>
border-color css
<style>
span { border-color: #136CEB; }
span { border-color: rgb(19,108,235); }
td.TdClassName
{
border-color: #136CEB;
}
.TagClassName
{
border-color: #136CEB;
}
</style>