Shades of Navy Blue #137ACB
Tints of Navy Blue #137ACB
RGB
CMYK
RGB Variations
Color information
#137ACB (or 0x137ACB) is known color: Navy Blue. HEX triplet: 13, 7A and CB. RGB value is (19,122,203). Sum of RGB (Red+Green+Blue) = 19+122+203=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #137ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ACB is #EC8534. Grayscale: #646464. Windows color (decimal): -15500597 or 13335059. OLE color: 13335059.
HSL color Cylindrical-coordinate representation of color #137ACB: hue angle of 206.41º 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 #137ACB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 122 | 203 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.20 |
| HSL | 206.41º | 0.83% | 0.44% | - |
| HSV(B) | 206.41º | 0.91% | 0.8% | - |
| XYZ | 18.01 | 18.37 | 59.1 | - |
| YUV | 100.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 203 | 0.91 | 0.40 | 0 | 0.20 | 206.41 | 0.83 | 0.44 |
| Hex | 13 | 7A | CB | 5B | 28 | 0 | 14 | CE | 53 | 2C |
| Octal | 23 | 172 | 313 | 133 | 50 | 0 | 24 | 316 | 123 | 54 |
| Binary | 10011 | 1111010 | 11001011 | 1011011 | 101000 | 0 | 10100 | 11001110 | 1010011 | 101100 |
Color Harmonies of #137ACB
Complementary color
Monochromatic Colors of #137ACB
Black with #137ACB
Text Example
Text Example
White with #137ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ACB; }
p { color: rgb(19,122,203); }
H1.HeaderClassName
{
color: #137ACB;
}
.AnyTagClassName
{
color: #137ACB;
}
</style>
background-color css
<style>
a { background-color: #137ACB; }
a { background-color: rgb(19,122,203); }
div.DivClassName
{
background-color: #137ACB;
}
.BgClassName
{
background-color: #137ACB;
}
</style>
border-color css
<style>
span { border-color: #137ACB; }
span { border-color: rgb(19,122,203); }
td.TdClassName
{
border-color: #137ACB;
}
.TagClassName
{
border-color: #137ACB;
}
</style>