Shades of Medium Blue #0114C1
Tints of Medium Blue #0114C1
RGB
CMYK
RGB Variations
Color information
#0114C1 (or 0x0114C1) is known color: Medium Blue. HEX triplet: 01, 14 and C1. RGB value is (1,20,193). Sum of RGB (Red+Green+Blue) = 1+20+193=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 193 (75.78% from 255 or 90.19% from 214); Max value from RGB is 193 - color contains mainly: blue. Hex color #0114C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0114C1 is #FEEB3E. Grayscale: #212121. Windows color (decimal): -16706367 or 12653569. OLE color: 12653569.
HSL color Cylindrical-coordinate representation of color #0114C1: hue angle of 234.06º 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 #0114C1 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 20 | 193 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.24 |
| HSL | 234.06º | 0.99% | 0.38% | - |
| HSV(B) | 234.06º | 0.99% | 0.76% | - |
| XYZ | 9.89 | 4.36 | 50.77 | - |
| YUV | 34.04 | 217.71 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 193 | 0.99 | 0.90 | 0 | 0.24 | 234.06 | 0.99 | 0.38 |
| Hex | 1 | 14 | C1 | 63 | 5A | 0 | 18 | EA | 63 | 26 |
| Octal | 1 | 24 | 301 | 143 | 132 | 0 | 30 | 352 | 143 | 46 |
| Binary | 1 | 10100 | 11000001 | 1100011 | 1011010 | 0 | 11000 | 11101010 | 1100011 | 100110 |
Color Harmonies of #0114C1
Complementary color
Monochromatic Colors of #0114C1
Black with #0114C1
Text Example
Text Example
White with #0114C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0114C1; }
p { color: rgb(1,20,193); }
H1.HeaderClassName
{
color: #0114C1;
}
.AnyTagClassName
{
color: #0114C1;
}
</style>
background-color css
<style>
a { background-color: #0114C1; }
a { background-color: rgb(1,20,193); }
div.DivClassName
{
background-color: #0114C1;
}
.BgClassName
{
background-color: #0114C1;
}
</style>
border-color css
<style>
span { border-color: #0114C1; }
span { border-color: rgb(1,20,193); }
td.TdClassName
{
border-color: #0114C1;
}
.TagClassName
{
border-color: #0114C1;
}
</style>