Shades of Medium Blue #0918E3
Tints of Medium Blue #0918E3
RGB
CMYK
RGB Variations
Color information
#0918E3 (or 0x0918E3) is known color: Medium Blue. HEX triplet: 09, 18 and E3. RGB value is (9,24,227). Sum of RGB (Red+Green+Blue) = 9+24+227=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 227 (89.06% from 255 or 87.31% from 260); Max value from RGB is 227 - color contains mainly: blue. Hex color #0918E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918E3 is #F6E71C. Grayscale: #292929. Windows color (decimal): -16181021 or 14882825. OLE color: 14882825.
HSL color Cylindrical-coordinate representation of color #0918E3: hue angle of 235.87º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918E3 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 24 | 227 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.11 |
| HSL | 235.87º | 0.92% | 0.46% | - |
| HSV(B) | 235.87º | 0.96% | 0.89% | - |
| XYZ | 14.3 | 6.26 | 73.13 | - |
| YUV | 42.66 | 232.03 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 227 | 0.96 | 0.89 | 0 | 0.11 | 235.87 | 0.92 | 0.46 |
| Hex | 9 | 18 | E3 | 60 | 59 | 0 | B | EC | 5C | 2E |
| Octal | 11 | 30 | 343 | 140 | 131 | 0 | 13 | 354 | 134 | 56 |
| Binary | 1001 | 11000 | 11100011 | 1100000 | 1011001 | 0 | 1011 | 11101100 | 1011100 | 101110 |
Color Harmonies of #0918E3
Complementary color
Monochromatic Colors of #0918E3
Black with #0918E3
Text Example
Text Example
White with #0918E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918E3; }
p { color: rgb(9,24,227); }
H1.HeaderClassName
{
color: #0918E3;
}
.AnyTagClassName
{
color: #0918E3;
}
</style>
background-color css
<style>
a { background-color: #0918E3; }
a { background-color: rgb(9,24,227); }
div.DivClassName
{
background-color: #0918E3;
}
.BgClassName
{
background-color: #0918E3;
}
</style>
border-color css
<style>
span { border-color: #0918E3; }
span { border-color: rgb(9,24,227); }
td.TdClassName
{
border-color: #0918E3;
}
.TagClassName
{
border-color: #0918E3;
}
</style>