Shades of Medium Blue #1018E5
Tints of Medium Blue #1018E5
RGB
CMYK
RGB Variations
Color information
#1018E5 (or 0x1018E5) is known color: Medium Blue. HEX triplet: 10, 18 and E5. RGB value is (16,24,229). Sum of RGB (Red+Green+Blue) = 16+24+229=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 229 (89.84% from 255 or 85.13% from 269); Max value from RGB is 229 - color contains mainly: blue. Hex color #1018E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018E5 is #EFE71A. Grayscale: #2C2C2C. Windows color (decimal): -15722267 or 15013904. OLE color: 15013904.
HSL color Cylindrical-coordinate representation of color #1018E5: hue angle of 237.75º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1018E5 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 24 | 229 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.10 |
| HSL | 237.75º | 0.87% | 0.48% | - |
| HSV(B) | 237.75º | 0.93% | 0.9% | - |
| XYZ | 14.68 | 6.42 | 74.59 | - |
| YUV | 44.98 | 231.85 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 229 | 0.93 | 0.90 | 0 | 0.10 | 237.75 | 0.87 | 0.48 |
| Hex | 10 | 18 | E5 | 5D | 5A | 0 | A | EE | 57 | 30 |
| Octal | 20 | 30 | 345 | 135 | 132 | 0 | 12 | 356 | 127 | 60 |
| Binary | 10000 | 11000 | 11100101 | 1011101 | 1011010 | 0 | 1010 | 11101110 | 1010111 | 110000 |
Color Harmonies of #1018E5
Complementary color
Monochromatic Colors of #1018E5
Black with #1018E5
Text Example
Text Example
White with #1018E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018E5; }
p { color: rgb(16,24,229); }
H1.HeaderClassName
{
color: #1018E5;
}
.AnyTagClassName
{
color: #1018E5;
}
</style>
background-color css
<style>
a { background-color: #1018E5; }
a { background-color: rgb(16,24,229); }
div.DivClassName
{
background-color: #1018E5;
}
.BgClassName
{
background-color: #1018E5;
}
</style>
border-color css
<style>
span { border-color: #1018E5; }
span { border-color: rgb(16,24,229); }
td.TdClassName
{
border-color: #1018E5;
}
.TagClassName
{
border-color: #1018E5;
}
</style>