Shades of Medium Blue #1918CE
Tints of Medium Blue #1918CE
RGB
CMYK
RGB Variations
Color information
#1918CE (or 0x1918CE) is known color: Medium Blue. HEX triplet: 19, 18 and CE. RGB value is (25,24,206). Sum of RGB (Red+Green+Blue) = 25+24+206=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #1918CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1918CE is #E6E731. Grayscale: #2C2C2C. Windows color (decimal): -15132466 or 13506585. OLE color: 13506585.
HSL color Cylindrical-coordinate representation of color #1918CE: hue angle of 240.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1918CE is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 24 | 206 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.19 |
| HSL | 240.33º | 0.79% | 0.45% | - |
| HSV(B) | 240.33º | 0.88% | 0.81% | - |
| XYZ | 11.87 | 5.32 | 58.79 | - |
| YUV | 45.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 206 | 0.88 | 0.88 | 0 | 0.19 | 240.33 | 0.79 | 0.45 |
| Hex | 19 | 18 | CE | 58 | 58 | 0 | 13 | F0 | 4F | 2D |
| Octal | 31 | 30 | 316 | 130 | 130 | 0 | 23 | 360 | 117 | 55 |
| Binary | 11001 | 11000 | 11001110 | 1011000 | 1011000 | 0 | 10011 | 11110000 | 1001111 | 101101 |
Color Harmonies of #1918CE
Complementary color
Monochromatic Colors of #1918CE
Black with #1918CE
Text Example
Text Example
White with #1918CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1918CE; }
p { color: rgb(25,24,206); }
H1.HeaderClassName
{
color: #1918CE;
}
.AnyTagClassName
{
color: #1918CE;
}
</style>
background-color css
<style>
a { background-color: #1918CE; }
a { background-color: rgb(25,24,206); }
div.DivClassName
{
background-color: #1918CE;
}
.BgClassName
{
background-color: #1918CE;
}
</style>
border-color css
<style>
span { border-color: #1918CE; }
span { border-color: rgb(25,24,206); }
td.TdClassName
{
border-color: #1918CE;
}
.TagClassName
{
border-color: #1918CE;
}
</style>