Shades of Medium Blue #1301BB
Tints of Medium Blue #1301BB
RGB
CMYK
RGB Variations
Color information
#1301BB (or 0x1301BB) is known color: Medium Blue. HEX triplet: 13, 01 and BB. RGB value is (19,1,187). Sum of RGB (Red+Green+Blue) = 19+1+187=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 187 (73.44% from 255 or 90.34% from 207); Max value from RGB is 187 - color contains mainly: blue. Hex color #1301BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301BB is #ECFE44. Grayscale: #1A1A1A. Windows color (decimal): -15531589 or 12255507. OLE color: 12255507.
HSL color Cylindrical-coordinate representation of color #1301BB: hue angle of 245.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1301BB is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 1 | 187 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.27 |
| HSL | 245.81º | 0.99% | 0.37% | - |
| HSV(B) | 245.81º | 0.99% | 0.73% | - |
| XYZ | 9.25 | 3.75 | 47.25 | - |
| YUV | 27.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 187 | 0.90 | 0.99 | 0 | 0.27 | 245.81 | 0.99 | 0.37 |
| Hex | 13 | 1 | BB | 5A | 63 | 0 | 1B | F6 | 63 | 25 |
| Octal | 23 | 1 | 273 | 132 | 143 | 0 | 33 | 366 | 143 | 45 |
| Binary | 10011 | 1 | 10111011 | 1011010 | 1100011 | 0 | 11011 | 11110110 | 1100011 | 100101 |
Color Harmonies of #1301BB
Complementary color
Monochromatic Colors of #1301BB
Black with #1301BB
Text Example
Text Example
White with #1301BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301BB; }
p { color: rgb(19,1,187); }
H1.HeaderClassName
{
color: #1301BB;
}
.AnyTagClassName
{
color: #1301BB;
}
</style>
background-color css
<style>
a { background-color: #1301BB; }
a { background-color: rgb(19,1,187); }
div.DivClassName
{
background-color: #1301BB;
}
.BgClassName
{
background-color: #1301BB;
}
</style>
border-color css
<style>
span { border-color: #1301BB; }
span { border-color: rgb(19,1,187); }
td.TdClassName
{
border-color: #1301BB;
}
.TagClassName
{
border-color: #1301BB;
}
</style>