Shades of Medium Blue #1305CB
Tints of Medium Blue #1305CB
RGB
CMYK
RGB Variations
Color information
#1305CB (or 0x1305CB) is known color: Medium Blue. HEX triplet: 13, 05 and CB. RGB value is (19,5,203). Sum of RGB (Red+Green+Blue) = 19+5+203=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #1305CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305CB is #ECFA34. Grayscale: #1E1E1E. Windows color (decimal): -15530549 or 13305107. OLE color: 13305107.
HSL color Cylindrical-coordinate representation of color #1305CB: hue angle of 244.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1305CB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 5 | 203 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.20 |
| HSL | 244.24º | 0.95% | 0.41% | - |
| HSV(B) | 244.24º | 0.98% | 0.8% | - |
| XYZ | 11.1 | 4.56 | 56.79 | - |
| YUV | 31.76 | 224.64 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 203 | 0.91 | 0.98 | 0 | 0.20 | 244.24 | 0.95 | 0.41 |
| Hex | 13 | 5 | CB | 5B | 62 | 0 | 14 | F4 | 5F | 29 |
| Octal | 23 | 5 | 313 | 133 | 142 | 0 | 24 | 364 | 137 | 51 |
| Binary | 10011 | 101 | 11001011 | 1011011 | 1100010 | 0 | 10100 | 11110100 | 1011111 | 101001 |
Color Harmonies of #1305CB
Complementary color
Monochromatic Colors of #1305CB
Black with #1305CB
Text Example
Text Example
White with #1305CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305CB; }
p { color: rgb(19,5,203); }
H1.HeaderClassName
{
color: #1305CB;
}
.AnyTagClassName
{
color: #1305CB;
}
</style>
background-color css
<style>
a { background-color: #1305CB; }
a { background-color: rgb(19,5,203); }
div.DivClassName
{
background-color: #1305CB;
}
.BgClassName
{
background-color: #1305CB;
}
</style>
border-color css
<style>
span { border-color: #1305CB; }
span { border-color: rgb(19,5,203); }
td.TdClassName
{
border-color: #1305CB;
}
.TagClassName
{
border-color: #1305CB;
}
</style>