Shades of Medium Blue #1308C7
Tints of Medium Blue #1308C7
RGB
CMYK
RGB Variations
Color information
#1308C7 (or 0x1308C7) is known color: Medium Blue. HEX triplet: 13, 08 and C7. RGB value is (19,8,199). Sum of RGB (Red+Green+Blue) = 19+8+199=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 199 (78.12% from 255 or 88.05% from 226); Max value from RGB is 199 - color contains mainly: blue. Hex color #1308C7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308C7 is #ECF738. Grayscale: #202020. Windows color (decimal): -15529785 or 13043731. OLE color: 13043731.
HSL color Cylindrical-coordinate representation of color #1308C7: hue angle of 243.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308C7 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 8 | 199 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.22 |
| HSL | 243.46º | 0.92% | 0.41% | - |
| HSV(B) | 243.46º | 0.96% | 0.78% | - |
| XYZ | 10.66 | 4.44 | 54.33 | - |
| YUV | 33.06 | 221.64 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 199 | 0.90 | 0.96 | 0 | 0.22 | 243.46 | 0.92 | 0.41 |
| Hex | 13 | 8 | C7 | 5A | 60 | 0 | 16 | F3 | 5C | 29 |
| Octal | 23 | 10 | 307 | 132 | 140 | 0 | 26 | 363 | 134 | 51 |
| Binary | 10011 | 1000 | 11000111 | 1011010 | 1100000 | 0 | 10110 | 11110011 | 1011100 | 101001 |
Color Harmonies of #1308C7
Complementary color
Monochromatic Colors of #1308C7
Black with #1308C7
Text Example
Text Example
White with #1308C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308C7; }
p { color: rgb(19,8,199); }
H1.HeaderClassName
{
color: #1308C7;
}
.AnyTagClassName
{
color: #1308C7;
}
</style>
background-color css
<style>
a { background-color: #1308C7; }
a { background-color: rgb(19,8,199); }
div.DivClassName
{
background-color: #1308C7;
}
.BgClassName
{
background-color: #1308C7;
}
</style>
border-color css
<style>
span { border-color: #1308C7; }
span { border-color: rgb(19,8,199); }
td.TdClassName
{
border-color: #1308C7;
}
.TagClassName
{
border-color: #1308C7;
}
</style>