Shades of Medium Blue #1318CE
Tints of Medium Blue #1318CE
RGB
CMYK
RGB Variations
Color information
#1318CE (or 0x1318CE) is known color: Medium Blue. HEX triplet: 13, 18 and CE. RGB value is (19,24,206). Sum of RGB (Red+Green+Blue) = 19+24+206=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #1318CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318CE is #ECE731. Grayscale: #2A2A2A. Windows color (decimal): -15525682 or 13506579. OLE color: 13506579.
HSL color Cylindrical-coordinate representation of color #1318CE: hue angle of 238.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1318CE is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 24 | 206 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.19 |
| HSL | 238.4º | 0.83% | 0.44% | - |
| HSV(B) | 238.4º | 0.91% | 0.81% | - |
| XYZ | 11.74 | 5.25 | 58.79 | - |
| YUV | 43.25 | 219.84 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 206 | 0.91 | 0.88 | 0 | 0.19 | 238.4 | 0.83 | 0.44 |
| Hex | 13 | 18 | CE | 5B | 58 | 0 | 13 | EE | 53 | 2C |
| Octal | 23 | 30 | 316 | 133 | 130 | 0 | 23 | 356 | 123 | 54 |
| Binary | 10011 | 11000 | 11001110 | 1011011 | 1011000 | 0 | 10011 | 11101110 | 1010011 | 101100 |
Color Harmonies of #1318CE
Complementary color
Monochromatic Colors of #1318CE
Black with #1318CE
Text Example
Text Example
White with #1318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1318CE; }
p { color: rgb(19,24,206); }
H1.HeaderClassName
{
color: #1318CE;
}
.AnyTagClassName
{
color: #1318CE;
}
</style>
background-color css
<style>
a { background-color: #1318CE; }
a { background-color: rgb(19,24,206); }
div.DivClassName
{
background-color: #1318CE;
}
.BgClassName
{
background-color: #1318CE;
}
</style>
border-color css
<style>
span { border-color: #1318CE; }
span { border-color: rgb(19,24,206); }
td.TdClassName
{
border-color: #1318CE;
}
.TagClassName
{
border-color: #1318CE;
}
</style>