Shades of Navy Blue #136BEE
Tints of Navy Blue #136BEE
RGB
CMYK
RGB Variations
Color information
#136BEE (or 0x136BEE) is known color: Navy Blue. HEX triplet: 13, 6B and EE. RGB value is (19,107,238). Sum of RGB (Red+Green+Blue) = 19+107+238=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #136BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BEE is #EC9411. Grayscale: #5F5F5F. Windows color (decimal): -15504402 or 15624979. OLE color: 15624979.
HSL color Cylindrical-coordinate representation of color #136BEE: hue angle of 215.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136BEE is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 107 | 238 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.07 |
| HSL | 215.89º | 0.87% | 0.5% | - |
| HSV(B) | 215.89º | 0.92% | 0.93% | - |
| XYZ | 20.96 | 16.83 | 83.03 | - |
| YUV | 95.62 | 208.35 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 238 | 0.92 | 0.55 | 0 | 0.07 | 215.89 | 0.87 | 0.5 |
| Hex | 13 | 6B | EE | 5C | 37 | 0 | 7 | D8 | 57 | 32 |
| Octal | 23 | 153 | 356 | 134 | 67 | 0 | 7 | 330 | 127 | 62 |
| Binary | 10011 | 1101011 | 11101110 | 1011100 | 110111 | 0 | 111 | 11011000 | 1010111 | 110010 |
Color Harmonies of #136BEE
Complementary color
Monochromatic Colors of #136BEE
Black with #136BEE
Text Example
Text Example
White with #136BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BEE; }
p { color: rgb(19,107,238); }
H1.HeaderClassName
{
color: #136BEE;
}
.AnyTagClassName
{
color: #136BEE;
}
</style>
background-color css
<style>
a { background-color: #136BEE; }
a { background-color: rgb(19,107,238); }
div.DivClassName
{
background-color: #136BEE;
}
.BgClassName
{
background-color: #136BEE;
}
</style>
border-color css
<style>
span { border-color: #136BEE; }
span { border-color: rgb(19,107,238); }
td.TdClassName
{
border-color: #136BEE;
}
.TagClassName
{
border-color: #136BEE;
}
</style>