Shades of Navy Blue #137FCB
Tints of Navy Blue #137FCB
RGB
CMYK
RGB Variations
Color information
#137FCB (or 0x137FCB) is known color: Navy Blue. HEX triplet: 13, 7F and CB. RGB value is (19,127,203). Sum of RGB (Red+Green+Blue) = 19+127+203=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #137FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FCB is #EC8034. Grayscale: #666666. Windows color (decimal): -15499317 or 13336339. OLE color: 13336339.
HSL color Cylindrical-coordinate representation of color #137FCB: hue angle of 204.78º 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 #137FCB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 127 | 203 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.20 |
| HSL | 204.78º | 0.83% | 0.44% | - |
| HSV(B) | 204.78º | 0.91% | 0.8% | - |
| XYZ | 18.64 | 19.63 | 59.31 | - |
| YUV | 103.37 | 184.22 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 203 | 0.91 | 0.37 | 0 | 0.20 | 204.78 | 0.83 | 0.44 |
| Hex | 13 | 7F | CB | 5B | 25 | 0 | 14 | CD | 53 | 2C |
| Octal | 23 | 177 | 313 | 133 | 45 | 0 | 24 | 315 | 123 | 54 |
| Binary | 10011 | 1111111 | 11001011 | 1011011 | 100101 | 0 | 10100 | 11001101 | 1010011 | 101100 |
Color Harmonies of #137FCB
Complementary color
Monochromatic Colors of #137FCB
Black with #137FCB
Text Example
Text Example
White with #137FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FCB; }
p { color: rgb(19,127,203); }
H1.HeaderClassName
{
color: #137FCB;
}
.AnyTagClassName
{
color: #137FCB;
}
</style>
background-color css
<style>
a { background-color: #137FCB; }
a { background-color: rgb(19,127,203); }
div.DivClassName
{
background-color: #137FCB;
}
.BgClassName
{
background-color: #137FCB;
}
</style>
border-color css
<style>
span { border-color: #137FCB; }
span { border-color: rgb(19,127,203); }
td.TdClassName
{
border-color: #137FCB;
}
.TagClassName
{
border-color: #137FCB;
}
</style>