Shades of Medium Blue #1303B9
Tints of Medium Blue #1303B9
RGB
CMYK
RGB Variations
Color information
#1303B9 (or 0x1303B9) is known color: Medium Blue. HEX triplet: 13, 03 and B9. RGB value is (19,3,185). Sum of RGB (Red+Green+Blue) = 19+3+185=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 185 (72.66% from 255 or 89.37% from 207); Max value from RGB is 185 - color contains mainly: blue. Hex color #1303B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303B9 is #ECFC46. Grayscale: #1B1B1B. Windows color (decimal): -15531079 or 12124947. OLE color: 12124947.
HSL color Cylindrical-coordinate representation of color #1303B9: hue angle of 245.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1303B9 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 3 | 185 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.27 |
| HSL | 245.27º | 0.97% | 0.37% | - |
| HSV(B) | 245.27º | 0.98% | 0.73% | - |
| XYZ | 9.06 | 3.71 | 46.14 | - |
| YUV | 28.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 185 | 0.90 | 0.98 | 0 | 0.27 | 245.27 | 0.97 | 0.37 |
| Hex | 13 | 3 | B9 | 5A | 62 | 0 | 1B | F5 | 61 | 25 |
| Octal | 23 | 3 | 271 | 132 | 142 | 0 | 33 | 365 | 141 | 45 |
| Binary | 10011 | 11 | 10111001 | 1011010 | 1100010 | 0 | 11011 | 11110101 | 1100001 | 100101 |
Color Harmonies of #1303B9
Complementary color
Monochromatic Colors of #1303B9
Black with #1303B9
Text Example
Text Example
White with #1303B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303B9; }
p { color: rgb(19,3,185); }
H1.HeaderClassName
{
color: #1303B9;
}
.AnyTagClassName
{
color: #1303B9;
}
</style>
background-color css
<style>
a { background-color: #1303B9; }
a { background-color: rgb(19,3,185); }
div.DivClassName
{
background-color: #1303B9;
}
.BgClassName
{
background-color: #1303B9;
}
</style>
border-color css
<style>
span { border-color: #1303B9; }
span { border-color: rgb(19,3,185); }
td.TdClassName
{
border-color: #1303B9;
}
.TagClassName
{
border-color: #1303B9;
}
</style>