Shades of Medium Blue #0104C0
Tints of Medium Blue #0104C0
RGB
CMYK
RGB Variations
Color information
#0104C0 (or 0x0104C0) is known color: Medium Blue. HEX triplet: 01, 04 and C0. RGB value is (1,4,192). Sum of RGB (Red+Green+Blue) = 1+4+192=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 192 (75.39% from 255 or 97.46% from 197); Max value from RGB is 192 - color contains mainly: blue. Hex color #0104C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0104C0 is #FEFB3F. Grayscale: #171717. Windows color (decimal): -16710464 or 12583937. OLE color: 12583937.
HSL color Cylindrical-coordinate representation of color #0104C0: hue angle of 239.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0104C0 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 4 | 192 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.25 |
| HSL | 239.06º | 0.99% | 0.38% | - |
| HSV(B) | 239.06º | 0.99% | 0.75% | - |
| XYZ | 9.57 | 3.9 | 50.12 | - |
| YUV | 24.54 | 222.51 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 192 | 0.99 | 0.98 | 0 | 0.25 | 239.06 | 0.99 | 0.38 |
| Hex | 1 | 4 | C0 | 63 | 62 | 0 | 19 | EF | 63 | 26 |
| Octal | 1 | 4 | 300 | 143 | 142 | 0 | 31 | 357 | 143 | 46 |
| Binary | 1 | 100 | 11000000 | 1100011 | 1100010 | 0 | 11001 | 11101111 | 1100011 | 100110 |
Color Harmonies of #0104C0
Complementary color
Monochromatic Colors of #0104C0
Black with #0104C0
Text Example
Text Example
White with #0104C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0104C0; }
p { color: rgb(1,4,192); }
H1.HeaderClassName
{
color: #0104C0;
}
.AnyTagClassName
{
color: #0104C0;
}
</style>
background-color css
<style>
a { background-color: #0104C0; }
a { background-color: rgb(1,4,192); }
div.DivClassName
{
background-color: #0104C0;
}
.BgClassName
{
background-color: #0104C0;
}
</style>
border-color css
<style>
span { border-color: #0104C0; }
span { border-color: rgb(1,4,192); }
td.TdClassName
{
border-color: #0104C0;
}
.TagClassName
{
border-color: #0104C0;
}
</style>