Shades of Navy Blue #137BCF
Tints of Navy Blue #137BCF
RGB
CMYK
RGB Variations
Color information
#137BCF (or 0x137BCF) is known color: Navy Blue. HEX triplet: 13, 7B and CF. RGB value is (19,123,207). Sum of RGB (Red+Green+Blue) = 19+123+207=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #137BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BCF is #EC8430. Grayscale: #656565. Windows color (decimal): -15500337 or 13597459. OLE color: 13597459.
HSL color Cylindrical-coordinate representation of color #137BCF: hue angle of 206.81º 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 #137BCF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 123 | 207 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.19 |
| HSL | 206.81º | 0.83% | 0.44% | - |
| HSV(B) | 206.81º | 0.91% | 0.81% | - |
| XYZ | 18.61 | 18.81 | 61.68 | - |
| YUV | 101.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 207 | 0.91 | 0.41 | 0 | 0.19 | 206.81 | 0.83 | 0.44 |
| Hex | 13 | 7B | CF | 5B | 29 | 0 | 13 | CF | 53 | 2C |
| Octal | 23 | 173 | 317 | 133 | 51 | 0 | 23 | 317 | 123 | 54 |
| Binary | 10011 | 1111011 | 11001111 | 1011011 | 101001 | 0 | 10011 | 11001111 | 1010011 | 101100 |
Color Harmonies of #137BCF
Complementary color
Monochromatic Colors of #137BCF
Black with #137BCF
Text Example
Text Example
White with #137BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BCF; }
p { color: rgb(19,123,207); }
H1.HeaderClassName
{
color: #137BCF;
}
.AnyTagClassName
{
color: #137BCF;
}
</style>
background-color css
<style>
a { background-color: #137BCF; }
a { background-color: rgb(19,123,207); }
div.DivClassName
{
background-color: #137BCF;
}
.BgClassName
{
background-color: #137BCF;
}
</style>
border-color css
<style>
span { border-color: #137BCF; }
span { border-color: rgb(19,123,207); }
td.TdClassName
{
border-color: #137BCF;
}
.TagClassName
{
border-color: #137BCF;
}
</style>