Shades of Medium Blue #0112C3
Tints of Medium Blue #0112C3
RGB
CMYK
RGB Variations
Color information
#0112C3 (or 0x0112C3) is known color: Medium Blue. HEX triplet: 01, 12 and C3. RGB value is (1,18,195). Sum of RGB (Red+Green+Blue) = 1+18+195=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 195 (76.56% from 255 or 91.12% from 214); Max value from RGB is 195 - color contains mainly: blue. Hex color #0112C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0112C3 is #FEED3C. Grayscale: #202020. Windows color (decimal): -16706877 or 12784129. OLE color: 12784129.
HSL color Cylindrical-coordinate representation of color #0112C3: hue angle of 234.74º 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 #0112C3 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 18 | 195 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.24 |
| HSL | 234.74º | 0.99% | 0.38% | - |
| HSV(B) | 234.74º | 0.99% | 0.76% | - |
| XYZ | 10.08 | 4.38 | 51.94 | - |
| YUV | 33.1 | 219.37 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 195 | 0.99 | 0.91 | 0 | 0.24 | 234.74 | 0.99 | 0.38 |
| Hex | 1 | 12 | C3 | 63 | 5B | 0 | 18 | EB | 63 | 26 |
| Octal | 1 | 22 | 303 | 143 | 133 | 0 | 30 | 353 | 143 | 46 |
| Binary | 1 | 10010 | 11000011 | 1100011 | 1011011 | 0 | 11000 | 11101011 | 1100011 | 100110 |
Color Harmonies of #0112C3
Complementary color
Monochromatic Colors of #0112C3
Black with #0112C3
Text Example
Text Example
White with #0112C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0112C3; }
p { color: rgb(1,18,195); }
H1.HeaderClassName
{
color: #0112C3;
}
.AnyTagClassName
{
color: #0112C3;
}
</style>
background-color css
<style>
a { background-color: #0112C3; }
a { background-color: rgb(1,18,195); }
div.DivClassName
{
background-color: #0112C3;
}
.BgClassName
{
background-color: #0112C3;
}
</style>
border-color css
<style>
span { border-color: #0112C3; }
span { border-color: rgb(1,18,195); }
td.TdClassName
{
border-color: #0112C3;
}
.TagClassName
{
border-color: #0112C3;
}
</style>