Shades of Medium Blue #0119DC
Tints of Medium Blue #0119DC
RGB
CMYK
RGB Variations
Color information
#0119DC (or 0x0119DC) is known color: Medium Blue. HEX triplet: 01, 19 and DC. RGB value is (1,25,220). Sum of RGB (Red+Green+Blue) = 1+25+220=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #0119DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0119DC is #FEE623. Grayscale: #272727. Windows color (decimal): -16705060 or 14424321. OLE color: 14424321.
HSL color Cylindrical-coordinate representation of color #0119DC: hue angle of 233.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0119DC is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 25 | 220 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.14 |
| HSL | 233.42º | 0.99% | 0.43% | - |
| HSV(B) | 233.42º | 1% | 0.86% | - |
| XYZ | 13.28 | 5.87 | 68.14 | - |
| YUV | 40.05 | 229.55 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 220 | 1.00 | 0.89 | 0 | 0.14 | 233.42 | 0.99 | 0.43 |
| Hex | 1 | 19 | DC | 64 | 59 | 0 | E | E9 | 63 | 2B |
| Octal | 1 | 31 | 334 | 144 | 131 | 0 | 16 | 351 | 143 | 53 |
| Binary | 1 | 11001 | 11011100 | 1100100 | 1011001 | 0 | 1110 | 11101001 | 1100011 | 101011 |
Color Harmonies of #0119DC
Complementary color
Monochromatic Colors of #0119DC
Black with #0119DC
Text Example
Text Example
White with #0119DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119DC; }
p { color: rgb(1,25,220); }
H1.HeaderClassName
{
color: #0119DC;
}
.AnyTagClassName
{
color: #0119DC;
}
</style>
background-color css
<style>
a { background-color: #0119DC; }
a { background-color: rgb(1,25,220); }
div.DivClassName
{
background-color: #0119DC;
}
.BgClassName
{
background-color: #0119DC;
}
</style>
border-color css
<style>
span { border-color: #0119DC; }
span { border-color: rgb(1,25,220); }
td.TdClassName
{
border-color: #0119DC;
}
.TagClassName
{
border-color: #0119DC;
}
</style>