Shades of Medium Blue #1000CF
Tints of Medium Blue #1000CF
RGB
CMYK
RGB Variations
Color information
#1000CF (or 0x1000CF) is known color: Medium Blue. HEX triplet: 10, 00 and CF. RGB value is (16,0,207). Sum of RGB (Red+Green+Blue) = 16+0+207=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #1000CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000CF is #EFFF30. Grayscale: #1B1B1B. Windows color (decimal): -15728433 or 13565968. OLE color: 13565968.
HSL color Cylindrical-coordinate representation of color #1000CF: hue angle of 244.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000CF is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 0 | 207 | - |
| CMYK | 0.92 | 1 | 0 | 0.19 |
| HSL | 244.64º | 1% | 0.41% | - |
| HSV(B) | 244.64º | 1% | 0.81% | - |
| XYZ | 11.48 | 4.62 | 59.32 | - |
| YUV | 28.38 | 228.8 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 207 | 0.92 | 1 | 0 | 0.19 | 244.64 | 1 | 0.41 |
| Hex | 10 | 0 | CF | 5C | 64 | 0 | 13 | F5 | 64 | 29 |
| Octal | 20 | 0 | 317 | 134 | 144 | 0 | 23 | 365 | 144 | 51 |
| Binary | 10000 | 0 | 11001111 | 1011100 | 1100100 | 0 | 10011 | 11110101 | 1100100 | 101001 |
Color Harmonies of #1000CF
Complementary color
Monochromatic Colors of #1000CF
Black with #1000CF
Text Example
Text Example
White with #1000CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000CF; }
p { color: rgb(16,0,207); }
H1.HeaderClassName
{
color: #1000CF;
}
.AnyTagClassName
{
color: #1000CF;
}
</style>
background-color css
<style>
a { background-color: #1000CF; }
a { background-color: rgb(16,0,207); }
div.DivClassName
{
background-color: #1000CF;
}
.BgClassName
{
background-color: #1000CF;
}
</style>
border-color css
<style>
span { border-color: #1000CF; }
span { border-color: rgb(16,0,207); }
td.TdClassName
{
border-color: #1000CF;
}
.TagClassName
{
border-color: #1000CF;
}
</style>