Shades of Medium Blue #0107C3
Tints of Medium Blue #0107C3
RGB
CMYK
RGB Variations
Color information
#0107C3 (or 0x0107C3) is known color: Medium Blue. HEX triplet: 01, 07 and C3. RGB value is (1,7,195). Sum of RGB (Red+Green+Blue) = 1+7+195=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 195 (76.56% from 255 or 96.06% from 203); Max value from RGB is 195 - color contains mainly: blue. Hex color #0107C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107C3 is #FEF83C. Grayscale: #191919. Windows color (decimal): -16709693 or 12781313. OLE color: 12781313.
HSL color Cylindrical-coordinate representation of color #0107C3: hue angle of 238.14º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0107C3 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 7 | 195 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.24 |
| HSL | 238.14º | 0.99% | 0.38% | - |
| HSV(B) | 238.14º | 0.99% | 0.76% | - |
| XYZ | 9.94 | 4.1 | 51.9 | - |
| YUV | 26.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 195 | 0.99 | 0.96 | 0 | 0.24 | 238.14 | 0.99 | 0.38 |
| Hex | 1 | 7 | C3 | 63 | 60 | 0 | 18 | EE | 63 | 26 |
| Octal | 1 | 7 | 303 | 143 | 140 | 0 | 30 | 356 | 143 | 46 |
| Binary | 1 | 111 | 11000011 | 1100011 | 1100000 | 0 | 11000 | 11101110 | 1100011 | 100110 |
Color Harmonies of #0107C3
Complementary color
Monochromatic Colors of #0107C3
Black with #0107C3
Text Example
Text Example
White with #0107C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0107C3; }
p { color: rgb(1,7,195); }
H1.HeaderClassName
{
color: #0107C3;
}
.AnyTagClassName
{
color: #0107C3;
}
</style>
background-color css
<style>
a { background-color: #0107C3; }
a { background-color: rgb(1,7,195); }
div.DivClassName
{
background-color: #0107C3;
}
.BgClassName
{
background-color: #0107C3;
}
</style>
border-color css
<style>
span { border-color: #0107C3; }
span { border-color: rgb(1,7,195); }
td.TdClassName
{
border-color: #0107C3;
}
.TagClassName
{
border-color: #0107C3;
}
</style>