Shades of Navy Blue #136FD1
Tints of Navy Blue #136FD1
RGB
CMYK
RGB Variations
Color information
#136FD1 (or 0x136FD1) is known color: Navy Blue. HEX triplet: 13, 6F and D1. RGB value is (19,111,209). Sum of RGB (Red+Green+Blue) = 19+111+209=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #136FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FD1 is #EC902E. Grayscale: #5E5E5E. Windows color (decimal): -15503407 or 13725459. OLE color: 13725459.
HSL color Cylindrical-coordinate representation of color #136FD1: hue angle of 210.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136FD1 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 111 | 209 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.18 |
| HSL | 210.95º | 0.83% | 0.45% | - |
| HSV(B) | 210.95º | 0.91% | 0.82% | - |
| XYZ | 17.46 | 16.11 | 62.51 | - |
| YUV | 94.66 | 192.52 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 209 | 0.91 | 0.47 | 0 | 0.18 | 210.95 | 0.83 | 0.45 |
| Hex | 13 | 6F | D1 | 5B | 2F | 0 | 12 | D3 | 53 | 2D |
| Octal | 23 | 157 | 321 | 133 | 57 | 0 | 22 | 323 | 123 | 55 |
| Binary | 10011 | 1101111 | 11010001 | 1011011 | 101111 | 0 | 10010 | 11010011 | 1010011 | 101101 |
Color Harmonies of #136FD1
Complementary color
Monochromatic Colors of #136FD1
Black with #136FD1
Text Example
Text Example
White with #136FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FD1; }
p { color: rgb(19,111,209); }
H1.HeaderClassName
{
color: #136FD1;
}
.AnyTagClassName
{
color: #136FD1;
}
</style>
background-color css
<style>
a { background-color: #136FD1; }
a { background-color: rgb(19,111,209); }
div.DivClassName
{
background-color: #136FD1;
}
.BgClassName
{
background-color: #136FD1;
}
</style>
border-color css
<style>
span { border-color: #136FD1; }
span { border-color: rgb(19,111,209); }
td.TdClassName
{
border-color: #136FD1;
}
.TagClassName
{
border-color: #136FD1;
}
</style>