Shades of Medium Blue #0919C9
Tints of Medium Blue #0919C9
RGB
CMYK
RGB Variations
Color information
#0919C9 (or 0x0919C9) is known color: Medium Blue. HEX triplet: 09, 19 and C9. RGB value is (9,25,201). Sum of RGB (Red+Green+Blue) = 9+25+201=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 201 (78.91% from 255 or 85.53% from 235); Max value from RGB is 201 - color contains mainly: blue. Hex color #0919C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919C9 is #F6E636. Grayscale: #272727. Windows color (decimal): -16180791 or 13179145. OLE color: 13179145.
HSL color Cylindrical-coordinate representation of color #0919C9: hue angle of 235º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0919C9 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 25 | 201 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.21 |
| HSL | 235º | 0.91% | 0.41% | - |
| HSV(B) | 235º | 0.96% | 0.79% | - |
| XYZ | 11 | 4.97 | 55.64 | - |
| YUV | 40.28 | 218.7 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 201 | 0.96 | 0.88 | 0 | 0.21 | 235 | 0.91 | 0.41 |
| Hex | 9 | 19 | C9 | 60 | 58 | 0 | 15 | EB | 5B | 29 |
| Octal | 11 | 31 | 311 | 140 | 130 | 0 | 25 | 353 | 133 | 51 |
| Binary | 1001 | 11001 | 11001001 | 1100000 | 1011000 | 0 | 10101 | 11101011 | 1011011 | 101001 |
Color Harmonies of #0919C9
Complementary color
Monochromatic Colors of #0919C9
Black with #0919C9
Text Example
Text Example
White with #0919C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919C9; }
p { color: rgb(9,25,201); }
H1.HeaderClassName
{
color: #0919C9;
}
.AnyTagClassName
{
color: #0919C9;
}
</style>
background-color css
<style>
a { background-color: #0919C9; }
a { background-color: rgb(9,25,201); }
div.DivClassName
{
background-color: #0919C9;
}
.BgClassName
{
background-color: #0919C9;
}
</style>
border-color css
<style>
span { border-color: #0919C9; }
span { border-color: rgb(9,25,201); }
td.TdClassName
{
border-color: #0919C9;
}
.TagClassName
{
border-color: #0919C9;
}
</style>