Shades of Medium Blue #0912DF
Tints of Medium Blue #0912DF
RGB
CMYK
RGB Variations
Color information
#0912DF (or 0x0912DF) is known color: Medium Blue. HEX triplet: 09, 12 and DF. RGB value is (9,18,223). Sum of RGB (Red+Green+Blue) = 9+18+223=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #0912DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912DF is #F6ED20. Grayscale: #252525. Windows color (decimal): -16182561 or 14619145. OLE color: 14619145.
HSL color Cylindrical-coordinate representation of color #0912DF: hue angle of 237.48º 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 #0912DF is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 18 | 223 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.13 |
| HSL | 237.48º | 0.92% | 0.45% | - |
| HSV(B) | 237.48º | 0.96% | 0.87% | - |
| XYZ | 13.65 | 5.82 | 70.22 | - |
| YUV | 38.68 | 232.02 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 223 | 0.96 | 0.92 | 0 | 0.13 | 237.48 | 0.92 | 0.45 |
| Hex | 9 | 12 | DF | 60 | 5C | 0 | D | ED | 5C | 2D |
| Octal | 11 | 22 | 337 | 140 | 134 | 0 | 15 | 355 | 134 | 55 |
| Binary | 1001 | 10010 | 11011111 | 1100000 | 1011100 | 0 | 1101 | 11101101 | 1011100 | 101101 |
Color Harmonies of #0912DF
Complementary color
Monochromatic Colors of #0912DF
Black with #0912DF
Text Example
Text Example
White with #0912DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0912DF; }
p { color: rgb(9,18,223); }
H1.HeaderClassName
{
color: #0912DF;
}
.AnyTagClassName
{
color: #0912DF;
}
</style>
background-color css
<style>
a { background-color: #0912DF; }
a { background-color: rgb(9,18,223); }
div.DivClassName
{
background-color: #0912DF;
}
.BgClassName
{
background-color: #0912DF;
}
</style>
border-color css
<style>
span { border-color: #0912DF; }
span { border-color: rgb(9,18,223); }
td.TdClassName
{
border-color: #0912DF;
}
.TagClassName
{
border-color: #0912DF;
}
</style>