Shades of Medium Blue #0912DD
Tints of Medium Blue #0912DD
RGB
CMYK
RGB Variations
Color information
#0912DD (or 0x0912DD) is known color: Medium Blue. HEX triplet: 09, 12 and DD. RGB value is (9,18,221). Sum of RGB (Red+Green+Blue) = 9+18+221=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #0912DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912DD is #F6ED22. Grayscale: #252525. Windows color (decimal): -16182563 or 14488073. OLE color: 14488073.
HSL color Cylindrical-coordinate representation of color #0912DD: hue angle of 237.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0912DD is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 18 | 221 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.13 |
| HSL | 237.45º | 0.92% | 0.45% | - |
| HSV(B) | 237.45º | 0.96% | 0.87% | - |
| XYZ | 13.38 | 5.71 | 68.8 | - |
| YUV | 38.45 | 231.02 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 221 | 0.96 | 0.92 | 0 | 0.13 | 237.45 | 0.92 | 0.45 |
| Hex | 9 | 12 | DD | 60 | 5C | 0 | D | ED | 5C | 2D |
| Octal | 11 | 22 | 335 | 140 | 134 | 0 | 15 | 355 | 134 | 55 |
| Binary | 1001 | 10010 | 11011101 | 1100000 | 1011100 | 0 | 1101 | 11101101 | 1011100 | 101101 |
Color Harmonies of #0912DD
Complementary color
Monochromatic Colors of #0912DD
Black with #0912DD
Text Example
Text Example
White with #0912DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0912DD; }
p { color: rgb(9,18,221); }
H1.HeaderClassName
{
color: #0912DD;
}
.AnyTagClassName
{
color: #0912DD;
}
</style>
background-color css
<style>
a { background-color: #0912DD; }
a { background-color: rgb(9,18,221); }
div.DivClassName
{
background-color: #0912DD;
}
.BgClassName
{
background-color: #0912DD;
}
</style>
border-color css
<style>
span { border-color: #0912DD; }
span { border-color: rgb(9,18,221); }
td.TdClassName
{
border-color: #0912DD;
}
.TagClassName
{
border-color: #0912DD;
}
</style>