Shades of Navy Blue #136FE6
Tints of Navy Blue #136FE6
RGB
CMYK
RGB Variations
Color information
#136FE6 (or 0x136FE6) is known color: Navy Blue. HEX triplet: 13, 6F and E6. RGB value is (19,111,230). Sum of RGB (Red+Green+Blue) = 19+111+230=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 230 (90.23% from 255 or 63.89% from 360); Max value from RGB is 230 - color contains mainly: blue. Hex color #136FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FE6 is #EC9019. Grayscale: #606060. Windows color (decimal): -15503386 or 15101715. OLE color: 15101715.
HSL color Cylindrical-coordinate representation of color #136FE6: hue angle of 213.84º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136FE6 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 111 | 230 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.10 |
| HSL | 213.84º | 0.85% | 0.49% | - |
| HSV(B) | 213.84º | 0.92% | 0.9% | - |
| XYZ | 20.24 | 17.22 | 77.12 | - |
| YUV | 97.06 | 203.02 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 230 | 0.92 | 0.52 | 0 | 0.10 | 213.84 | 0.85 | 0.49 |
| Hex | 13 | 6F | E6 | 5C | 34 | 0 | A | D6 | 55 | 31 |
| Octal | 23 | 157 | 346 | 134 | 64 | 0 | 12 | 326 | 125 | 61 |
| Binary | 10011 | 1101111 | 11100110 | 1011100 | 110100 | 0 | 1010 | 11010110 | 1010101 | 110001 |
Color Harmonies of #136FE6
Complementary color
Monochromatic Colors of #136FE6
Black with #136FE6
Text Example
Text Example
White with #136FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FE6; }
p { color: rgb(19,111,230); }
H1.HeaderClassName
{
color: #136FE6;
}
.AnyTagClassName
{
color: #136FE6;
}
</style>
background-color css
<style>
a { background-color: #136FE6; }
a { background-color: rgb(19,111,230); }
div.DivClassName
{
background-color: #136FE6;
}
.BgClassName
{
background-color: #136FE6;
}
</style>
border-color css
<style>
span { border-color: #136FE6; }
span { border-color: rgb(19,111,230); }
td.TdClassName
{
border-color: #136FE6;
}
.TagClassName
{
border-color: #136FE6;
}
</style>