Shades of Navy Blue #136FDF
Tints of Navy Blue #136FDF
RGB
CMYK
RGB Variations
Color information
#136FDF (or 0x136FDF) is known color: Navy Blue. HEX triplet: 13, 6F and DF. RGB value is (19,111,223). Sum of RGB (Red+Green+Blue) = 19+111+223=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #136FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FDF is #EC9020. Grayscale: #5F5F5F. Windows color (decimal): -15503393 or 14642963. OLE color: 14642963.
HSL color Cylindrical-coordinate representation of color #136FDF: hue angle of 212.94º 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 #136FDF is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 111 | 223 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.13 |
| HSL | 212.94º | 0.84% | 0.47% | - |
| HSV(B) | 212.94º | 0.91% | 0.87% | - |
| XYZ | 19.27 | 16.84 | 72.05 | - |
| YUV | 96.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 223 | 0.91 | 0.50 | 0 | 0.13 | 212.94 | 0.84 | 0.47 |
| Hex | 13 | 6F | DF | 5B | 32 | 0 | D | D5 | 54 | 2F |
| Octal | 23 | 157 | 337 | 133 | 62 | 0 | 15 | 325 | 124 | 57 |
| Binary | 10011 | 1101111 | 11011111 | 1011011 | 110010 | 0 | 1101 | 11010101 | 1010100 | 101111 |
Color Harmonies of #136FDF
Complementary color
Monochromatic Colors of #136FDF
Black with #136FDF
Text Example
Text Example
White with #136FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FDF; }
p { color: rgb(19,111,223); }
H1.HeaderClassName
{
color: #136FDF;
}
.AnyTagClassName
{
color: #136FDF;
}
</style>
background-color css
<style>
a { background-color: #136FDF; }
a { background-color: rgb(19,111,223); }
div.DivClassName
{
background-color: #136FDF;
}
.BgClassName
{
background-color: #136FDF;
}
</style>
border-color css
<style>
span { border-color: #136FDF; }
span { border-color: rgb(19,111,223); }
td.TdClassName
{
border-color: #136FDF;
}
.TagClassName
{
border-color: #136FDF;
}
</style>