Shades of Medium Blue #0919DF
Tints of Medium Blue #0919DF
RGB
CMYK
RGB Variations
Color information
#0919DF (or 0x0919DF) is known color: Medium Blue. HEX triplet: 09, 19 and DF. RGB value is (9,25,223). Sum of RGB (Red+Green+Blue) = 9+25+223=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #0919DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919DF is #F6E620. Grayscale: #292929. Windows color (decimal): -16180769 or 14620937. OLE color: 14620937.
HSL color Cylindrical-coordinate representation of color #0919DF: hue angle of 235.51º 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 #0919DF is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 25 | 223 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.13 |
| HSL | 235.51º | 0.92% | 0.45% | - |
| HSV(B) | 235.51º | 0.96% | 0.87% | - |
| XYZ | 13.78 | 6.08 | 70.26 | - |
| YUV | 42.79 | 229.7 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 223 | 0.96 | 0.89 | 0 | 0.13 | 235.51 | 0.92 | 0.45 |
| Hex | 9 | 19 | DF | 60 | 59 | 0 | D | EC | 5C | 2D |
| Octal | 11 | 31 | 337 | 140 | 131 | 0 | 15 | 354 | 134 | 55 |
| Binary | 1001 | 11001 | 11011111 | 1100000 | 1011001 | 0 | 1101 | 11101100 | 1011100 | 101101 |
Color Harmonies of #0919DF
Complementary color
Monochromatic Colors of #0919DF
Black with #0919DF
Text Example
Text Example
White with #0919DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919DF; }
p { color: rgb(9,25,223); }
H1.HeaderClassName
{
color: #0919DF;
}
.AnyTagClassName
{
color: #0919DF;
}
</style>
background-color css
<style>
a { background-color: #0919DF; }
a { background-color: rgb(9,25,223); }
div.DivClassName
{
background-color: #0919DF;
}
.BgClassName
{
background-color: #0919DF;
}
</style>
border-color css
<style>
span { border-color: #0919DF; }
span { border-color: rgb(9,25,223); }
td.TdClassName
{
border-color: #0919DF;
}
.TagClassName
{
border-color: #0919DF;
}
</style>