Shades of Medium Blue #0115DC
Tints of Medium Blue #0115DC
RGB
CMYK
RGB Variations
Color information
#0115DC (or 0x0115DC) is known color: Medium Blue. HEX triplet: 01, 15 and DC. RGB value is (1,21,220). Sum of RGB (Red+Green+Blue) = 1+21+220=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #0115DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0115DC is #FEEA23. Grayscale: #242424. Windows color (decimal): -16706084 or 14423297. OLE color: 14423297.
HSL color Cylindrical-coordinate representation of color #0115DC: hue angle of 234.52º 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 #0115DC is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 21 | 220 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.14 |
| HSL | 234.52º | 0.99% | 0.43% | - |
| HSV(B) | 234.52º | 1% | 0.86% | - |
| XYZ | 13.2 | 5.71 | 68.12 | - |
| YUV | 37.71 | 230.87 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 220 | 1.00 | 0.90 | 0 | 0.14 | 234.52 | 0.99 | 0.43 |
| Hex | 1 | 15 | DC | 64 | 5A | 0 | E | EB | 63 | 2B |
| Octal | 1 | 25 | 334 | 144 | 132 | 0 | 16 | 353 | 143 | 53 |
| Binary | 1 | 10101 | 11011100 | 1100100 | 1011010 | 0 | 1110 | 11101011 | 1100011 | 101011 |
Color Harmonies of #0115DC
Complementary color
Monochromatic Colors of #0115DC
Black with #0115DC
Text Example
Text Example
White with #0115DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0115DC; }
p { color: rgb(1,21,220); }
H1.HeaderClassName
{
color: #0115DC;
}
.AnyTagClassName
{
color: #0115DC;
}
</style>
background-color css
<style>
a { background-color: #0115DC; }
a { background-color: rgb(1,21,220); }
div.DivClassName
{
background-color: #0115DC;
}
.BgClassName
{
background-color: #0115DC;
}
</style>
border-color css
<style>
span { border-color: #0115DC; }
span { border-color: rgb(1,21,220); }
td.TdClassName
{
border-color: #0115DC;
}
.TagClassName
{
border-color: #0115DC;
}
</style>