Shades of Medium Blue #1308CB
Tints of Medium Blue #1308CB
RGB
CMYK
RGB Variations
Color information
#1308CB (or 0x1308CB) is known color: Medium Blue. HEX triplet: 13, 08 and CB. RGB value is (19,8,203). Sum of RGB (Red+Green+Blue) = 19+8+203=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 203 (79.69% from 255 or 88.26% from 230); Max value from RGB is 203 - color contains mainly: blue. Hex color #1308CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308CB is #ECF734. Grayscale: #202020. Windows color (decimal): -15529781 or 13305875. OLE color: 13305875.
HSL color Cylindrical-coordinate representation of color #1308CB: hue angle of 243.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308CB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 8 | 203 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.20 |
| HSL | 243.38º | 0.92% | 0.41% | - |
| HSV(B) | 243.38º | 0.96% | 0.8% | - |
| XYZ | 11.13 | 4.62 | 56.81 | - |
| YUV | 33.52 | 223.64 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 203 | 0.91 | 0.96 | 0 | 0.20 | 243.38 | 0.92 | 0.41 |
| Hex | 13 | 8 | CB | 5B | 60 | 0 | 14 | F3 | 5C | 29 |
| Octal | 23 | 10 | 313 | 133 | 140 | 0 | 24 | 363 | 134 | 51 |
| Binary | 10011 | 1000 | 11001011 | 1011011 | 1100000 | 0 | 10100 | 11110011 | 1011100 | 101001 |
Color Harmonies of #1308CB
Complementary color
Monochromatic Colors of #1308CB
Black with #1308CB
Text Example
Text Example
White with #1308CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308CB; }
p { color: rgb(19,8,203); }
H1.HeaderClassName
{
color: #1308CB;
}
.AnyTagClassName
{
color: #1308CB;
}
</style>
background-color css
<style>
a { background-color: #1308CB; }
a { background-color: rgb(19,8,203); }
div.DivClassName
{
background-color: #1308CB;
}
.BgClassName
{
background-color: #1308CB;
}
</style>
border-color css
<style>
span { border-color: #1308CB; }
span { border-color: rgb(19,8,203); }
td.TdClassName
{
border-color: #1308CB;
}
.TagClassName
{
border-color: #1308CB;
}
</style>