Shades of Navy Blue #136CCF
Tints of Navy Blue #136CCF
RGB
CMYK
RGB Variations
Color information
#136CCF (or 0x136CCF) is known color: Navy Blue. HEX triplet: 13, 6C and CF. RGB value is (19,108,207). Sum of RGB (Red+Green+Blue) = 19+108+207=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #136CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CCF is #EC9330. Grayscale: #5C5C5C. Windows color (decimal): -15504177 or 13593619. OLE color: 13593619.
HSL color Cylindrical-coordinate representation of color #136CCF: hue angle of 211.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136CCF is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 108 | 207 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.19 |
| HSL | 211.6º | 0.83% | 0.44% | - |
| HSV(B) | 211.6º | 0.91% | 0.81% | - |
| XYZ | 16.89 | 15.37 | 61.11 | - |
| YUV | 92.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 207 | 0.91 | 0.48 | 0 | 0.19 | 211.6 | 0.83 | 0.44 |
| Hex | 13 | 6C | CF | 5B | 30 | 0 | 13 | D4 | 53 | 2C |
| Octal | 23 | 154 | 317 | 133 | 60 | 0 | 23 | 324 | 123 | 54 |
| Binary | 10011 | 1101100 | 11001111 | 1011011 | 110000 | 0 | 10011 | 11010100 | 1010011 | 101100 |
Color Harmonies of #136CCF
Complementary color
Monochromatic Colors of #136CCF
Black with #136CCF
Text Example
Text Example
White with #136CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CCF; }
p { color: rgb(19,108,207); }
H1.HeaderClassName
{
color: #136CCF;
}
.AnyTagClassName
{
color: #136CCF;
}
</style>
background-color css
<style>
a { background-color: #136CCF; }
a { background-color: rgb(19,108,207); }
div.DivClassName
{
background-color: #136CCF;
}
.BgClassName
{
background-color: #136CCF;
}
</style>
border-color css
<style>
span { border-color: #136CCF; }
span { border-color: rgb(19,108,207); }
td.TdClassName
{
border-color: #136CCF;
}
.TagClassName
{
border-color: #136CCF;
}
</style>