Shades of Medium Blue #1317BF
Tints of Medium Blue #1317BF
RGB
CMYK
RGB Variations
Color information
#1317BF (or 0x1317BF) is known color: Medium Blue. HEX triplet: 13, 17 and BF. RGB value is (19,23,191). Sum of RGB (Red+Green+Blue) = 19+23+191=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #1317BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317BF is #ECE840. Grayscale: #282828. Windows color (decimal): -15525953 or 12523283. OLE color: 12523283.
HSL color Cylindrical-coordinate representation of color #1317BF: hue angle of 238.6º 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 #1317BF is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 23 | 191 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.25 |
| HSL | 238.6º | 0.82% | 0.41% | - |
| HSV(B) | 238.6º | 0.9% | 0.75% | - |
| XYZ | 9.98 | 4.51 | 49.64 | - |
| YUV | 40.96 | 212.67 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 191 | 0.90 | 0.88 | 0 | 0.25 | 238.6 | 0.82 | 0.41 |
| Hex | 13 | 17 | BF | 5A | 58 | 0 | 19 | EF | 52 | 29 |
| Octal | 23 | 27 | 277 | 132 | 130 | 0 | 31 | 357 | 122 | 51 |
| Binary | 10011 | 10111 | 10111111 | 1011010 | 1011000 | 0 | 11001 | 11101111 | 1010010 | 101001 |
Color Harmonies of #1317BF
Complementary color
Monochromatic Colors of #1317BF
Black with #1317BF
Text Example
Text Example
White with #1317BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1317BF; }
p { color: rgb(19,23,191); }
H1.HeaderClassName
{
color: #1317BF;
}
.AnyTagClassName
{
color: #1317BF;
}
</style>
background-color css
<style>
a { background-color: #1317BF; }
a { background-color: rgb(19,23,191); }
div.DivClassName
{
background-color: #1317BF;
}
.BgClassName
{
background-color: #1317BF;
}
</style>
border-color css
<style>
span { border-color: #1317BF; }
span { border-color: rgb(19,23,191); }
td.TdClassName
{
border-color: #1317BF;
}
.TagClassName
{
border-color: #1317BF;
}
</style>