Shades of Medium Blue #0918DA
Tints of Medium Blue #0918DA
RGB
CMYK
RGB Variations
Color information
#0918DA (or 0x0918DA) is known color: Medium Blue. HEX triplet: 09, 18 and DA. RGB value is (9,24,218). Sum of RGB (Red+Green+Blue) = 9+24+218=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #0918DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918DA is #F6E725. Grayscale: #282828. Windows color (decimal): -16181030 or 14293001. OLE color: 14293001.
HSL color Cylindrical-coordinate representation of color #0918DA: hue angle of 235.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918DA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 24 | 218 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.15 |
| HSL | 235.69º | 0.92% | 0.45% | - |
| HSV(B) | 235.69º | 0.96% | 0.85% | - |
| XYZ | 13.09 | 5.77 | 66.75 | - |
| YUV | 41.63 | 227.53 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 218 | 0.96 | 0.89 | 0 | 0.15 | 235.69 | 0.92 | 0.45 |
| Hex | 9 | 18 | DA | 60 | 59 | 0 | F | EC | 5C | 2D |
| Octal | 11 | 30 | 332 | 140 | 131 | 0 | 17 | 354 | 134 | 55 |
| Binary | 1001 | 11000 | 11011010 | 1100000 | 1011001 | 0 | 1111 | 11101100 | 1011100 | 101101 |
Color Harmonies of #0918DA
Complementary color
Monochromatic Colors of #0918DA
Black with #0918DA
Text Example
Text Example
White with #0918DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918DA; }
p { color: rgb(9,24,218); }
H1.HeaderClassName
{
color: #0918DA;
}
.AnyTagClassName
{
color: #0918DA;
}
</style>
background-color css
<style>
a { background-color: #0918DA; }
a { background-color: rgb(9,24,218); }
div.DivClassName
{
background-color: #0918DA;
}
.BgClassName
{
background-color: #0918DA;
}
</style>
border-color css
<style>
span { border-color: #0918DA; }
span { border-color: rgb(9,24,218); }
td.TdClassName
{
border-color: #0918DA;
}
.TagClassName
{
border-color: #0918DA;
}
</style>