Shades of Navy Blue #137BCE
Tints of Navy Blue #137BCE
RGB
CMYK
RGB Variations
Color information
#137BCE (or 0x137BCE) is known color: Navy Blue. HEX triplet: 13, 7B and CE. RGB value is (19,123,206). Sum of RGB (Red+Green+Blue) = 19+123+206=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #137BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BCE is #EC8431. Grayscale: #646464. Windows color (decimal): -15500338 or 13531923. OLE color: 13531923.
HSL color Cylindrical-coordinate representation of color #137BCE: hue angle of 206.63º 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 #137BCE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 123 | 206 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.19 |
| HSL | 206.63º | 0.83% | 0.44% | - |
| HSV(B) | 206.63º | 0.91% | 0.81% | - |
| XYZ | 18.49 | 18.76 | 61.04 | - |
| YUV | 101.37 | 187.04 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 206 | 0.91 | 0.40 | 0 | 0.19 | 206.63 | 0.83 | 0.44 |
| Hex | 13 | 7B | CE | 5B | 28 | 0 | 13 | CF | 53 | 2C |
| Octal | 23 | 173 | 316 | 133 | 50 | 0 | 23 | 317 | 123 | 54 |
| Binary | 10011 | 1111011 | 11001110 | 1011011 | 101000 | 0 | 10011 | 11001111 | 1010011 | 101100 |
Color Harmonies of #137BCE
Complementary color
Monochromatic Colors of #137BCE
Black with #137BCE
Text Example
Text Example
White with #137BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BCE; }
p { color: rgb(19,123,206); }
H1.HeaderClassName
{
color: #137BCE;
}
.AnyTagClassName
{
color: #137BCE;
}
</style>
background-color css
<style>
a { background-color: #137BCE; }
a { background-color: rgb(19,123,206); }
div.DivClassName
{
background-color: #137BCE;
}
.BgClassName
{
background-color: #137BCE;
}
</style>
border-color css
<style>
span { border-color: #137BCE; }
span { border-color: rgb(19,123,206); }
td.TdClassName
{
border-color: #137BCE;
}
.TagClassName
{
border-color: #137BCE;
}
</style>