Shades of Medium Blue #1301B9
Tints of Medium Blue #1301B9
RGB
CMYK
RGB Variations
Color information
#1301B9 (or 0x1301B9) is known color: Medium Blue. HEX triplet: 13, 01 and B9. RGB value is (19,1,185). Sum of RGB (Red+Green+Blue) = 19+1+185=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 185 (72.66% from 255 or 90.24% from 205); Max value from RGB is 185 - color contains mainly: blue. Hex color #1301B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301B9 is #ECFE46. Grayscale: #1A1A1A. Windows color (decimal): -15531591 or 12124435. OLE color: 12124435.
HSL color Cylindrical-coordinate representation of color #1301B9: hue angle of 245.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1301B9 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 1 | 185 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.27 |
| HSL | 245.87º | 0.99% | 0.36% | - |
| HSV(B) | 245.87º | 0.99% | 0.73% | - |
| XYZ | 9.04 | 3.66 | 46.13 | - |
| YUV | 27.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 185 | 0.90 | 0.99 | 0 | 0.27 | 245.87 | 0.99 | 0.36 |
| Hex | 13 | 1 | B9 | 5A | 63 | 0 | 1B | F6 | 63 | 24 |
| Octal | 23 | 1 | 271 | 132 | 143 | 0 | 33 | 366 | 143 | 44 |
| Binary | 10011 | 1 | 10111001 | 1011010 | 1100011 | 0 | 11011 | 11110110 | 1100011 | 100100 |
Color Harmonies of #1301B9
Complementary color
Monochromatic Colors of #1301B9
Black with #1301B9
Text Example
Text Example
White with #1301B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301B9; }
p { color: rgb(19,1,185); }
H1.HeaderClassName
{
color: #1301B9;
}
.AnyTagClassName
{
color: #1301B9;
}
</style>
background-color css
<style>
a { background-color: #1301B9; }
a { background-color: rgb(19,1,185); }
div.DivClassName
{
background-color: #1301B9;
}
.BgClassName
{
background-color: #1301B9;
}
</style>
border-color css
<style>
span { border-color: #1301B9; }
span { border-color: rgb(19,1,185); }
td.TdClassName
{
border-color: #1301B9;
}
.TagClassName
{
border-color: #1301B9;
}
</style>