Shades of Medium Blue #1308BF
Tints of Medium Blue #1308BF
RGB
CMYK
RGB Variations
Color information
#1308BF (or 0x1308BF) is known color: Medium Blue. HEX triplet: 13, 08 and BF. RGB value is (19,8,191). Sum of RGB (Red+Green+Blue) = 19+8+191=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 191 (75% from 255 or 87.61% from 218); Max value from RGB is 191 - color contains mainly: blue. Hex color #1308BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308BF is #ECF740. Grayscale: #1F1F1F. Windows color (decimal): -15529793 or 12519443. OLE color: 12519443.
HSL color Cylindrical-coordinate representation of color #1308BF: hue angle of 243.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308BF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 8 | 191 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.25 |
| HSL | 243.61º | 0.92% | 0.39% | - |
| HSV(B) | 243.61º | 0.96% | 0.75% | - |
| XYZ | 9.76 | 4.07 | 49.56 | - |
| YUV | 32.15 | 217.64 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 191 | 0.90 | 0.96 | 0 | 0.25 | 243.61 | 0.92 | 0.39 |
| Hex | 13 | 8 | BF | 5A | 60 | 0 | 19 | F4 | 5C | 27 |
| Octal | 23 | 10 | 277 | 132 | 140 | 0 | 31 | 364 | 134 | 47 |
| Binary | 10011 | 1000 | 10111111 | 1011010 | 1100000 | 0 | 11001 | 11110100 | 1011100 | 100111 |
Color Harmonies of #1308BF
Complementary color
Monochromatic Colors of #1308BF
Black with #1308BF
Text Example
Text Example
White with #1308BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308BF; }
p { color: rgb(19,8,191); }
H1.HeaderClassName
{
color: #1308BF;
}
.AnyTagClassName
{
color: #1308BF;
}
</style>
background-color css
<style>
a { background-color: #1308BF; }
a { background-color: rgb(19,8,191); }
div.DivClassName
{
background-color: #1308BF;
}
.BgClassName
{
background-color: #1308BF;
}
</style>
border-color css
<style>
span { border-color: #1308BF; }
span { border-color: rgb(19,8,191); }
td.TdClassName
{
border-color: #1308BF;
}
.TagClassName
{
border-color: #1308BF;
}
</style>