Shades of Navy Blue #136FCF
Tints of Navy Blue #136FCF
RGB
CMYK
RGB Variations
Color information
#136FCF (or 0x136FCF) is known color: Navy Blue. HEX triplet: 13, 6F and CF. RGB value is (19,111,207). Sum of RGB (Red+Green+Blue) = 19+111+207=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #136FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FCF is #EC9030. Grayscale: #5D5D5D. Windows color (decimal): -15503409 or 13594387. OLE color: 13594387.
HSL color Cylindrical-coordinate representation of color #136FCF: hue angle of 210.64º 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 #136FCF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 111 | 207 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.19 |
| HSL | 210.64º | 0.83% | 0.44% | - |
| HSV(B) | 210.64º | 0.91% | 0.81% | - |
| XYZ | 17.22 | 16.01 | 61.21 | - |
| YUV | 94.44 | 191.52 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 207 | 0.91 | 0.46 | 0 | 0.19 | 210.64 | 0.83 | 0.44 |
| Hex | 13 | 6F | CF | 5B | 2E | 0 | 13 | D3 | 53 | 2C |
| Octal | 23 | 157 | 317 | 133 | 56 | 0 | 23 | 323 | 123 | 54 |
| Binary | 10011 | 1101111 | 11001111 | 1011011 | 101110 | 0 | 10011 | 11010011 | 1010011 | 101100 |
Color Harmonies of #136FCF
Complementary color
Monochromatic Colors of #136FCF
Black with #136FCF
Text Example
Text Example
White with #136FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FCF; }
p { color: rgb(19,111,207); }
H1.HeaderClassName
{
color: #136FCF;
}
.AnyTagClassName
{
color: #136FCF;
}
</style>
background-color css
<style>
a { background-color: #136FCF; }
a { background-color: rgb(19,111,207); }
div.DivClassName
{
background-color: #136FCF;
}
.BgClassName
{
background-color: #136FCF;
}
</style>
border-color css
<style>
span { border-color: #136FCF; }
span { border-color: rgb(19,111,207); }
td.TdClassName
{
border-color: #136FCF;
}
.TagClassName
{
border-color: #136FCF;
}
</style>