Shades of Medium Blue #0109DD
Tints of Medium Blue #0109DD
RGB
CMYK
RGB Variations
Color information
#0109DD (or 0x0109DD) is known color: Medium Blue. HEX triplet: 01, 09 and DD. RGB value is (1,9,221). Sum of RGB (Red+Green+Blue) = 1+9+221=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 221 (86.72% from 255 or 95.67% from 231); Max value from RGB is 221 - color contains mainly: blue. Hex color #0109DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109DD is #FEF622. Grayscale: #1D1D1D. Windows color (decimal): -16709155 or 14485761. OLE color: 14485761.
HSL color Cylindrical-coordinate representation of color #0109DD: hue angle of 237.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109DD is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 9 | 221 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.13 |
| HSL | 237.82º | 0.99% | 0.44% | - |
| HSV(B) | 237.82º | 1% | 0.87% | - |
| XYZ | 13.16 | 5.42 | 68.76 | - |
| YUV | 30.78 | 235.35 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 221 | 1.00 | 0.96 | 0 | 0.13 | 237.82 | 0.99 | 0.44 |
| Hex | 1 | 9 | DD | 64 | 60 | 0 | D | EE | 63 | 2C |
| Octal | 1 | 11 | 335 | 144 | 140 | 0 | 15 | 356 | 143 | 54 |
| Binary | 1 | 1001 | 11011101 | 1100100 | 1100000 | 0 | 1101 | 11101110 | 1100011 | 101100 |
Color Harmonies of #0109DD
Complementary color
Monochromatic Colors of #0109DD
Black with #0109DD
Text Example
Text Example
White with #0109DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109DD; }
p { color: rgb(1,9,221); }
H1.HeaderClassName
{
color: #0109DD;
}
.AnyTagClassName
{
color: #0109DD;
}
</style>
background-color css
<style>
a { background-color: #0109DD; }
a { background-color: rgb(1,9,221); }
div.DivClassName
{
background-color: #0109DD;
}
.BgClassName
{
background-color: #0109DD;
}
</style>
border-color css
<style>
span { border-color: #0109DD; }
span { border-color: rgb(1,9,221); }
td.TdClassName
{
border-color: #0109DD;
}
.TagClassName
{
border-color: #0109DD;
}
</style>