Shades of Medium Blue #0107CC
Tints of Medium Blue #0107CC
RGB
CMYK
RGB Variations
Color information
#0107CC (or 0x0107CC) is known color: Medium Blue. HEX triplet: 01, 07 and CC. RGB value is (1,7,204). Sum of RGB (Red+Green+Blue) = 1+7+204=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 204 (80.08% from 255 or 96.23% from 212); Max value from RGB is 204 - color contains mainly: blue. Hex color #0107CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107CC is #FEF833. Grayscale: #1A1A1A. Windows color (decimal): -16709684 or 13371137. OLE color: 13371137.
HSL color Cylindrical-coordinate representation of color #0107CC: hue angle of 238.23º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0107CC is Cyan = 1.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 7 | 204 | - |
| CMYK | 1.00 | 0.97 | 0 | 0.2 |
| HSL | 238.23º | 0.99% | 0.4% | - |
| HSV(B) | 238.23º | 1% | 0.8% | - |
| XYZ | 10.99 | 4.52 | 57.42 | - |
| YUV | 27.66 | 227.51 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 204 | 1.00 | 0.97 | 0 | 0.2 | 238.23 | 0.99 | 0.4 |
| Hex | 1 | 7 | CC | 64 | 61 | 0 | 14 | EE | 63 | 28 |
| Octal | 1 | 7 | 314 | 144 | 141 | 0 | 24 | 356 | 143 | 50 |
| Binary | 1 | 111 | 11001100 | 1100100 | 1100001 | 0 | 10100 | 11101110 | 1100011 | 101000 |
Color Harmonies of #0107CC
Complementary color
Monochromatic Colors of #0107CC
Black with #0107CC
Text Example
Text Example
White with #0107CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0107CC; }
p { color: rgb(1,7,204); }
H1.HeaderClassName
{
color: #0107CC;
}
.AnyTagClassName
{
color: #0107CC;
}
</style>
background-color css
<style>
a { background-color: #0107CC; }
a { background-color: rgb(1,7,204); }
div.DivClassName
{
background-color: #0107CC;
}
.BgClassName
{
background-color: #0107CC;
}
</style>
border-color css
<style>
span { border-color: #0107CC; }
span { border-color: rgb(1,7,204); }
td.TdClassName
{
border-color: #0107CC;
}
.TagClassName
{
border-color: #0107CC;
}
</style>