Shades of Medium Blue #0119CD
Tints of Medium Blue #0119CD
RGB
CMYK
RGB Variations
Color information
#0119CD (or 0x0119CD) is known color: Medium Blue. HEX triplet: 01, 19 and CD. RGB value is (1,25,205). Sum of RGB (Red+Green+Blue) = 1+25+205=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 205 (80.47% from 255 or 88.74% from 231); Max value from RGB is 205 - color contains mainly: blue. Hex color #0119CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0119CD is #FEE632. Grayscale: #252525. Windows color (decimal): -16705075 or 13441281. OLE color: 13441281.
HSL color Cylindrical-coordinate representation of color #0119CD: hue angle of 232.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0119CD is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 25 | 205 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.20 |
| HSL | 232.94º | 0.99% | 0.4% | - |
| HSV(B) | 232.94º | 1% | 0.8% | - |
| XYZ | 11.38 | 5.11 | 58.14 | - |
| YUV | 38.34 | 222.05 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 205 | 1.00 | 0.88 | 0 | 0.20 | 232.94 | 0.99 | 0.4 |
| Hex | 1 | 19 | CD | 64 | 58 | 0 | 14 | E9 | 63 | 28 |
| Octal | 1 | 31 | 315 | 144 | 130 | 0 | 24 | 351 | 143 | 50 |
| Binary | 1 | 11001 | 11001101 | 1100100 | 1011000 | 0 | 10100 | 11101001 | 1100011 | 101000 |
Color Harmonies of #0119CD
Complementary color
Monochromatic Colors of #0119CD
Black with #0119CD
Text Example
Text Example
White with #0119CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119CD; }
p { color: rgb(1,25,205); }
H1.HeaderClassName
{
color: #0119CD;
}
.AnyTagClassName
{
color: #0119CD;
}
</style>
background-color css
<style>
a { background-color: #0119CD; }
a { background-color: rgb(1,25,205); }
div.DivClassName
{
background-color: #0119CD;
}
.BgClassName
{
background-color: #0119CD;
}
</style>
border-color css
<style>
span { border-color: #0119CD; }
span { border-color: rgb(1,25,205); }
td.TdClassName
{
border-color: #0119CD;
}
.TagClassName
{
border-color: #0119CD;
}
</style>