Shades of Navy Blue #136FCB
Tints of Navy Blue #136FCB
RGB
CMYK
RGB Variations
Color information
#136FCB (or 0x136FCB) is known color: Navy Blue. HEX triplet: 13, 6F and CB. RGB value is (19,111,203). Sum of RGB (Red+Green+Blue) = 19+111+203=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #136FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FCB is #EC9034. Grayscale: #5D5D5D. Windows color (decimal): -15503413 or 13332243. OLE color: 13332243.
HSL color Cylindrical-coordinate representation of color #136FCB: hue angle of 210º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136FCB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 111 | 203 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.20 |
| HSL | 210º | 0.83% | 0.44% | - |
| HSV(B) | 210º | 0.91% | 0.8% | - |
| XYZ | 16.73 | 15.82 | 58.67 | - |
| YUV | 93.98 | 189.52 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 203 | 0.91 | 0.45 | 0 | 0.20 | 210 | 0.83 | 0.44 |
| Hex | 13 | 6F | CB | 5B | 2D | 0 | 14 | D2 | 53 | 2C |
| Octal | 23 | 157 | 313 | 133 | 55 | 0 | 24 | 322 | 123 | 54 |
| Binary | 10011 | 1101111 | 11001011 | 1011011 | 101101 | 0 | 10100 | 11010010 | 1010011 | 101100 |
Color Harmonies of #136FCB
Complementary color
Monochromatic Colors of #136FCB
Black with #136FCB
Text Example
Text Example
White with #136FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FCB; }
p { color: rgb(19,111,203); }
H1.HeaderClassName
{
color: #136FCB;
}
.AnyTagClassName
{
color: #136FCB;
}
</style>
background-color css
<style>
a { background-color: #136FCB; }
a { background-color: rgb(19,111,203); }
div.DivClassName
{
background-color: #136FCB;
}
.BgClassName
{
background-color: #136FCB;
}
</style>
border-color css
<style>
span { border-color: #136FCB; }
span { border-color: rgb(19,111,203); }
td.TdClassName
{
border-color: #136FCB;
}
.TagClassName
{
border-color: #136FCB;
}
</style>