Shades of Medium Blue #1318CB
Tints of Medium Blue #1318CB
RGB
CMYK
RGB Variations
Color information
#1318CB (or 0x1318CB) is known color: Medium Blue. HEX triplet: 13, 18 and CB. RGB value is (19,24,203). Sum of RGB (Red+Green+Blue) = 19+24+203=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #1318CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318CB is #ECE734. Grayscale: #2A2A2A. Windows color (decimal): -15525685 or 13309971. OLE color: 13309971.
HSL color Cylindrical-coordinate representation of color #1318CB: hue angle of 238.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1318CB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 24 | 203 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.20 |
| HSL | 238.37º | 0.83% | 0.44% | - |
| HSV(B) | 238.37º | 0.91% | 0.8% | - |
| XYZ | 11.37 | 5.1 | 56.89 | - |
| YUV | 42.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 203 | 0.91 | 0.88 | 0 | 0.20 | 238.37 | 0.83 | 0.44 |
| Hex | 13 | 18 | CB | 5B | 58 | 0 | 14 | EE | 53 | 2C |
| Octal | 23 | 30 | 313 | 133 | 130 | 0 | 24 | 356 | 123 | 54 |
| Binary | 10011 | 11000 | 11001011 | 1011011 | 1011000 | 0 | 10100 | 11101110 | 1010011 | 101100 |
Color Harmonies of #1318CB
Complementary color
Monochromatic Colors of #1318CB
Black with #1318CB
Text Example
Text Example
White with #1318CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1318CB; }
p { color: rgb(19,24,203); }
H1.HeaderClassName
{
color: #1318CB;
}
.AnyTagClassName
{
color: #1318CB;
}
</style>
background-color css
<style>
a { background-color: #1318CB; }
a { background-color: rgb(19,24,203); }
div.DivClassName
{
background-color: #1318CB;
}
.BgClassName
{
background-color: #1318CB;
}
</style>
border-color css
<style>
span { border-color: #1318CB; }
span { border-color: rgb(19,24,203); }
td.TdClassName
{
border-color: #1318CB;
}
.TagClassName
{
border-color: #1318CB;
}
</style>