Shades of Medium Blue #1006CB
Tints of Medium Blue #1006CB
RGB
CMYK
RGB Variations
Color information
#1006CB (or 0x1006CB) is known color: Medium Blue. HEX triplet: 10, 06 and CB. RGB value is (16,6,203). Sum of RGB (Red+Green+Blue) = 16+6+203=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 203 (79.69% from 255 or 90.22% from 225); Max value from RGB is 203 - color contains mainly: blue. Hex color #1006CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006CB is #EFF934. Grayscale: #1E1E1E. Windows color (decimal): -15726901 or 13305360. OLE color: 13305360.
HSL color Cylindrical-coordinate representation of color #1006CB: hue angle of 243.05º degrees, saturation: 0.94, 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 #1006CB is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 6 | 203 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.20 |
| HSL | 243.05º | 0.94% | 0.41% | - |
| HSV(B) | 243.05º | 0.97% | 0.8% | - |
| XYZ | 11.06 | 4.55 | 56.8 | - |
| YUV | 31.45 | 224.81 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 203 | 0.92 | 0.97 | 0 | 0.20 | 243.05 | 0.94 | 0.41 |
| Hex | 10 | 6 | CB | 5C | 61 | 0 | 14 | F3 | 5E | 29 |
| Octal | 20 | 6 | 313 | 134 | 141 | 0 | 24 | 363 | 136 | 51 |
| Binary | 10000 | 110 | 11001011 | 1011100 | 1100001 | 0 | 10100 | 11110011 | 1011110 | 101001 |
Color Harmonies of #1006CB
Complementary color
Monochromatic Colors of #1006CB
Black with #1006CB
Text Example
Text Example
White with #1006CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1006CB; }
p { color: rgb(16,6,203); }
H1.HeaderClassName
{
color: #1006CB;
}
.AnyTagClassName
{
color: #1006CB;
}
</style>
background-color css
<style>
a { background-color: #1006CB; }
a { background-color: rgb(16,6,203); }
div.DivClassName
{
background-color: #1006CB;
}
.BgClassName
{
background-color: #1006CB;
}
</style>
border-color css
<style>
span { border-color: #1006CB; }
span { border-color: rgb(16,6,203); }
td.TdClassName
{
border-color: #1006CB;
}
.TagClassName
{
border-color: #1006CB;
}
</style>