Shades of Navy Blue #136CE9
Tints of Navy Blue #136CE9
RGB
CMYK
RGB Variations
Color information
#136CE9 (or 0x136CE9) is known color: Navy Blue. HEX triplet: 13, 6C and E9. RGB value is (19,108,233). Sum of RGB (Red+Green+Blue) = 19+108+233=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #136CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CE9 is #EC9316. Grayscale: #5F5F5F. Windows color (decimal): -15504151 or 15297555. OLE color: 15297555.
HSL color Cylindrical-coordinate representation of color #136CE9: hue angle of 215.05º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136CE9 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 108 | 233 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.09 |
| HSL | 215.05º | 0.85% | 0.49% | - |
| HSV(B) | 215.05º | 0.92% | 0.91% | - |
| XYZ | 20.34 | 16.75 | 79.25 | - |
| YUV | 95.64 | 205.51 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 233 | 0.92 | 0.54 | 0 | 0.09 | 215.05 | 0.85 | 0.49 |
| Hex | 13 | 6C | E9 | 5C | 36 | 0 | 9 | D7 | 55 | 31 |
| Octal | 23 | 154 | 351 | 134 | 66 | 0 | 11 | 327 | 125 | 61 |
| Binary | 10011 | 1101100 | 11101001 | 1011100 | 110110 | 0 | 1001 | 11010111 | 1010101 | 110001 |
Color Harmonies of #136CE9
Complementary color
Monochromatic Colors of #136CE9
Black with #136CE9
Text Example
Text Example
White with #136CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CE9; }
p { color: rgb(19,108,233); }
H1.HeaderClassName
{
color: #136CE9;
}
.AnyTagClassName
{
color: #136CE9;
}
</style>
background-color css
<style>
a { background-color: #136CE9; }
a { background-color: rgb(19,108,233); }
div.DivClassName
{
background-color: #136CE9;
}
.BgClassName
{
background-color: #136CE9;
}
</style>
border-color css
<style>
span { border-color: #136CE9; }
span { border-color: rgb(19,108,233); }
td.TdClassName
{
border-color: #136CE9;
}
.TagClassName
{
border-color: #136CE9;
}
</style>