Shades of Medium Blue #1303BE
Tints of Medium Blue #1303BE
RGB
CMYK
RGB Variations
Color information
#1303BE (or 0x1303BE) is known color: Medium Blue. HEX triplet: 13, 03 and BE. RGB value is (19,3,190). Sum of RGB (Red+Green+Blue) = 19+3+190=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 190 (74.61% from 255 or 89.62% from 212); Max value from RGB is 190 - color contains mainly: blue. Hex color #1303BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303BE is #ECFC41. Grayscale: #1C1C1C. Windows color (decimal): -15531074 or 12452627. OLE color: 12452627.
HSL color Cylindrical-coordinate representation of color #1303BE: hue angle of 245.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1303BE is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 3 | 190 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.25 |
| HSL | 245.13º | 0.97% | 0.38% | - |
| HSV(B) | 245.13º | 0.98% | 0.75% | - |
| XYZ | 9.6 | 3.92 | 48.97 | - |
| YUV | 29.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 190 | 0.90 | 0.98 | 0 | 0.25 | 245.13 | 0.97 | 0.38 |
| Hex | 13 | 3 | BE | 5A | 62 | 0 | 19 | F5 | 61 | 26 |
| Octal | 23 | 3 | 276 | 132 | 142 | 0 | 31 | 365 | 141 | 46 |
| Binary | 10011 | 11 | 10111110 | 1011010 | 1100010 | 0 | 11001 | 11110101 | 1100001 | 100110 |
Color Harmonies of #1303BE
Complementary color
Monochromatic Colors of #1303BE
Black with #1303BE
Text Example
Text Example
White with #1303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303BE; }
p { color: rgb(19,3,190); }
H1.HeaderClassName
{
color: #1303BE;
}
.AnyTagClassName
{
color: #1303BE;
}
</style>
background-color css
<style>
a { background-color: #1303BE; }
a { background-color: rgb(19,3,190); }
div.DivClassName
{
background-color: #1303BE;
}
.BgClassName
{
background-color: #1303BE;
}
</style>
border-color css
<style>
span { border-color: #1303BE; }
span { border-color: rgb(19,3,190); }
td.TdClassName
{
border-color: #1303BE;
}
.TagClassName
{
border-color: #1303BE;
}
</style>