Shades of Medium Blue #0919CE
Tints of Medium Blue #0919CE
RGB
CMYK
RGB Variations
Color information
#0919CE (or 0x0919CE) is known color: Medium Blue. HEX triplet: 09, 19 and CE. RGB value is (9,25,206). Sum of RGB (Red+Green+Blue) = 9+25+206=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #0919CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919CE is #F6E631. Grayscale: #282828. Windows color (decimal): -16180786 or 13506825. OLE color: 13506825.
HSL color Cylindrical-coordinate representation of color #0919CE: hue angle of 235.13º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0919CE is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 25 | 206 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.19 |
| HSL | 235.13º | 0.92% | 0.42% | - |
| HSV(B) | 235.13º | 0.96% | 0.81% | - |
| XYZ | 11.6 | 5.21 | 58.79 | - |
| YUV | 40.85 | 221.2 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 206 | 0.96 | 0.88 | 0 | 0.19 | 235.13 | 0.92 | 0.42 |
| Hex | 9 | 19 | CE | 60 | 58 | 0 | 13 | EB | 5C | 2A |
| Octal | 11 | 31 | 316 | 140 | 130 | 0 | 23 | 353 | 134 | 52 |
| Binary | 1001 | 11001 | 11001110 | 1100000 | 1011000 | 0 | 10011 | 11101011 | 1011100 | 101010 |
Color Harmonies of #0919CE
Complementary color
Monochromatic Colors of #0919CE
Black with #0919CE
Text Example
Text Example
White with #0919CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919CE; }
p { color: rgb(9,25,206); }
H1.HeaderClassName
{
color: #0919CE;
}
.AnyTagClassName
{
color: #0919CE;
}
</style>
background-color css
<style>
a { background-color: #0919CE; }
a { background-color: rgb(9,25,206); }
div.DivClassName
{
background-color: #0919CE;
}
.BgClassName
{
background-color: #0919CE;
}
</style>
border-color css
<style>
span { border-color: #0919CE; }
span { border-color: rgb(9,25,206); }
td.TdClassName
{
border-color: #0919CE;
}
.TagClassName
{
border-color: #0919CE;
}
</style>