Shades of Medium Blue #1000DE
Tints of Medium Blue #1000DE
RGB
CMYK
RGB Variations
Color information
#1000DE (or 0x1000DE) is known color: Medium Blue. HEX triplet: 10, 00 and DE. RGB value is (16,0,222). Sum of RGB (Red+Green+Blue) = 16+0+222=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #1000DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000DE is #EFFF21. Grayscale: #1D1D1D. Windows color (decimal): -15728418 or 14549008. OLE color: 14549008.
HSL color Cylindrical-coordinate representation of color #1000DE: hue angle of 244.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000DE is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 0 | 222 | - |
| CMYK | 0.93 | 1 | 0 | 0.13 |
| HSL | 244.32º | 1% | 0.44% | - |
| HSV(B) | 244.32º | 1% | 0.87% | - |
| XYZ | 13.4 | 5.38 | 69.44 | - |
| YUV | 30.09 | 236.3 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 222 | 0.93 | 1 | 0 | 0.13 | 244.32 | 1 | 0.44 |
| Hex | 10 | 0 | DE | 5D | 64 | 0 | D | F4 | 64 | 2C |
| Octal | 20 | 0 | 336 | 135 | 144 | 0 | 15 | 364 | 144 | 54 |
| Binary | 10000 | 0 | 11011110 | 1011101 | 1100100 | 0 | 1101 | 11110100 | 1100100 | 101100 |
Color Harmonies of #1000DE
Complementary color
Monochromatic Colors of #1000DE
Black with #1000DE
Text Example
Text Example
White with #1000DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000DE; }
p { color: rgb(16,0,222); }
H1.HeaderClassName
{
color: #1000DE;
}
.AnyTagClassName
{
color: #1000DE;
}
</style>
background-color css
<style>
a { background-color: #1000DE; }
a { background-color: rgb(16,0,222); }
div.DivClassName
{
background-color: #1000DE;
}
.BgClassName
{
background-color: #1000DE;
}
</style>
border-color css
<style>
span { border-color: #1000DE; }
span { border-color: rgb(16,0,222); }
td.TdClassName
{
border-color: #1000DE;
}
.TagClassName
{
border-color: #1000DE;
}
</style>