Shades of Navy Blue #136BDF
Tints of Navy Blue #136BDF
RGB
CMYK
RGB Variations
Color information
#136BDF (or 0x136BDF) is known color: Navy Blue. HEX triplet: 13, 6B and DF. RGB value is (19,107,223). Sum of RGB (Red+Green+Blue) = 19+107+223=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #136BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BDF is #EC9420. Grayscale: #5D5D5D. Windows color (decimal): -15504417 or 14641939. OLE color: 14641939.
HSL color Cylindrical-coordinate representation of color #136BDF: hue angle of 214.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136BDF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 107 | 223 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.13 |
| HSL | 214.12º | 0.84% | 0.47% | - |
| HSV(B) | 214.12º | 0.91% | 0.87% | - |
| XYZ | 18.85 | 15.98 | 71.9 | - |
| YUV | 93.91 | 200.85 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 223 | 0.91 | 0.52 | 0 | 0.13 | 214.12 | 0.84 | 0.47 |
| Hex | 13 | 6B | DF | 5B | 34 | 0 | D | D6 | 54 | 2F |
| Octal | 23 | 153 | 337 | 133 | 64 | 0 | 15 | 326 | 124 | 57 |
| Binary | 10011 | 1101011 | 11011111 | 1011011 | 110100 | 0 | 1101 | 11010110 | 1010100 | 101111 |
Color Harmonies of #136BDF
Complementary color
Monochromatic Colors of #136BDF
Black with #136BDF
Text Example
Text Example
White with #136BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BDF; }
p { color: rgb(19,107,223); }
H1.HeaderClassName
{
color: #136BDF;
}
.AnyTagClassName
{
color: #136BDF;
}
</style>
background-color css
<style>
a { background-color: #136BDF; }
a { background-color: rgb(19,107,223); }
div.DivClassName
{
background-color: #136BDF;
}
.BgClassName
{
background-color: #136BDF;
}
</style>
border-color css
<style>
span { border-color: #136BDF; }
span { border-color: rgb(19,107,223); }
td.TdClassName
{
border-color: #136BDF;
}
.TagClassName
{
border-color: #136BDF;
}
</style>