Shades of Medium Blue #1007CB
Tints of Medium Blue #1007CB
RGB
CMYK
RGB Variations
Color information
#1007CB (or 0x1007CB) is known color: Medium Blue. HEX triplet: 10, 07 and CB. RGB value is (16,7,203). Sum of RGB (Red+Green+Blue) = 16+7+203=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #1007CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007CB is #EFF834. Grayscale: #1F1F1F. Windows color (decimal): -15726645 or 13305616. OLE color: 13305616.
HSL color Cylindrical-coordinate representation of color #1007CB: hue angle of 242.76º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007CB is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 7 | 203 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.20 |
| HSL | 242.76º | 0.93% | 0.41% | - |
| HSV(B) | 242.76º | 0.97% | 0.8% | - |
| XYZ | 11.07 | 4.57 | 56.8 | - |
| YUV | 32.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 203 | 0.92 | 0.97 | 0 | 0.20 | 242.76 | 0.93 | 0.41 |
| Hex | 10 | 7 | CB | 5C | 61 | 0 | 14 | F3 | 5D | 29 |
| Octal | 20 | 7 | 313 | 134 | 141 | 0 | 24 | 363 | 135 | 51 |
| Binary | 10000 | 111 | 11001011 | 1011100 | 1100001 | 0 | 10100 | 11110011 | 1011101 | 101001 |
Color Harmonies of #1007CB
Complementary color
Monochromatic Colors of #1007CB
Black with #1007CB
Text Example
Text Example
White with #1007CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007CB; }
p { color: rgb(16,7,203); }
H1.HeaderClassName
{
color: #1007CB;
}
.AnyTagClassName
{
color: #1007CB;
}
</style>
background-color css
<style>
a { background-color: #1007CB; }
a { background-color: rgb(16,7,203); }
div.DivClassName
{
background-color: #1007CB;
}
.BgClassName
{
background-color: #1007CB;
}
</style>
border-color css
<style>
span { border-color: #1007CB; }
span { border-color: rgb(16,7,203); }
td.TdClassName
{
border-color: #1007CB;
}
.TagClassName
{
border-color: #1007CB;
}
</style>