Shades of Medium Blue #1316BE
Tints of Medium Blue #1316BE
RGB
CMYK
RGB Variations
Color information
#1316BE (or 0x1316BE) is known color: Medium Blue. HEX triplet: 13, 16 and BE. RGB value is (19,22,190). Sum of RGB (Red+Green+Blue) = 19+22+190=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #1316BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316BE is #ECE941. Grayscale: #272727. Windows color (decimal): -15526210 or 12457491. OLE color: 12457491.
HSL color Cylindrical-coordinate representation of color #1316BE: hue angle of 238.95º 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 #1316BE is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 22 | 190 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.25 |
| HSL | 238.95º | 0.82% | 0.41% | - |
| HSV(B) | 238.95º | 0.9% | 0.75% | - |
| XYZ | 9.85 | 4.43 | 49.05 | - |
| YUV | 40.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 190 | 0.90 | 0.88 | 0 | 0.25 | 238.95 | 0.82 | 0.41 |
| Hex | 13 | 16 | BE | 5A | 58 | 0 | 19 | EF | 52 | 29 |
| Octal | 23 | 26 | 276 | 132 | 130 | 0 | 31 | 357 | 122 | 51 |
| Binary | 10011 | 10110 | 10111110 | 1011010 | 1011000 | 0 | 11001 | 11101111 | 1010010 | 101001 |
Color Harmonies of #1316BE
Complementary color
Monochromatic Colors of #1316BE
Black with #1316BE
Text Example
Text Example
White with #1316BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316BE; }
p { color: rgb(19,22,190); }
H1.HeaderClassName
{
color: #1316BE;
}
.AnyTagClassName
{
color: #1316BE;
}
</style>
background-color css
<style>
a { background-color: #1316BE; }
a { background-color: rgb(19,22,190); }
div.DivClassName
{
background-color: #1316BE;
}
.BgClassName
{
background-color: #1316BE;
}
</style>
border-color css
<style>
span { border-color: #1316BE; }
span { border-color: rgb(19,22,190); }
td.TdClassName
{
border-color: #1316BE;
}
.TagClassName
{
border-color: #1316BE;
}
</style>