Shades of Medium Blue #1315BE
Tints of Medium Blue #1315BE
RGB
CMYK
RGB Variations
Color information
#1315BE (or 0x1315BE) is known color: Medium Blue. HEX triplet: 13, 15 and BE. RGB value is (19,21,190). Sum of RGB (Red+Green+Blue) = 19+21+190=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #1315BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1315BE is #ECEA41. Grayscale: #262626. Windows color (decimal): -15526466 or 12457235. OLE color: 12457235.
HSL color Cylindrical-coordinate representation of color #1315BE: hue angle of 239.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1315BE is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 21 | 190 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.25 |
| HSL | 239.3º | 0.82% | 0.41% | - |
| HSV(B) | 239.3º | 0.9% | 0.75% | - |
| XYZ | 9.83 | 4.39 | 49.04 | - |
| YUV | 39.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 190 | 0.90 | 0.89 | 0 | 0.25 | 239.3 | 0.82 | 0.41 |
| Hex | 13 | 15 | BE | 5A | 59 | 0 | 19 | EF | 52 | 29 |
| Octal | 23 | 25 | 276 | 132 | 131 | 0 | 31 | 357 | 122 | 51 |
| Binary | 10011 | 10101 | 10111110 | 1011010 | 1011001 | 0 | 11001 | 11101111 | 1010010 | 101001 |
Color Harmonies of #1315BE
Complementary color
Monochromatic Colors of #1315BE
Black with #1315BE
Text Example
Text Example
White with #1315BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1315BE; }
p { color: rgb(19,21,190); }
H1.HeaderClassName
{
color: #1315BE;
}
.AnyTagClassName
{
color: #1315BE;
}
</style>
background-color css
<style>
a { background-color: #1315BE; }
a { background-color: rgb(19,21,190); }
div.DivClassName
{
background-color: #1315BE;
}
.BgClassName
{
background-color: #1315BE;
}
</style>
border-color css
<style>
span { border-color: #1315BE; }
span { border-color: rgb(19,21,190); }
td.TdClassName
{
border-color: #1315BE;
}
.TagClassName
{
border-color: #1315BE;
}
</style>