Shades of Medium Blue #0918DF
Tints of Medium Blue #0918DF
RGB
CMYK
RGB Variations
Color information
#0918DF (or 0x0918DF) is known color: Medium Blue. HEX triplet: 09, 18 and DF. RGB value is (9,24,223). Sum of RGB (Red+Green+Blue) = 9+24+223=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #0918DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918DF is #F6E720. Grayscale: #292929. Windows color (decimal): -16181025 or 14620681. OLE color: 14620681.
HSL color Cylindrical-coordinate representation of color #0918DF: hue angle of 235.79º 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 #0918DF is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 24 | 223 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.13 |
| HSL | 235.79º | 0.92% | 0.45% | - |
| HSV(B) | 235.79º | 0.96% | 0.87% | - |
| XYZ | 13.76 | 6.04 | 70.25 | - |
| YUV | 42.2 | 230.03 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 223 | 0.96 | 0.89 | 0 | 0.13 | 235.79 | 0.92 | 0.45 |
| Hex | 9 | 18 | DF | 60 | 59 | 0 | D | EC | 5C | 2D |
| Octal | 11 | 30 | 337 | 140 | 131 | 0 | 15 | 354 | 134 | 55 |
| Binary | 1001 | 11000 | 11011111 | 1100000 | 1011001 | 0 | 1101 | 11101100 | 1011100 | 101101 |
Color Harmonies of #0918DF
Complementary color
Monochromatic Colors of #0918DF
Black with #0918DF
Text Example
Text Example
White with #0918DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918DF; }
p { color: rgb(9,24,223); }
H1.HeaderClassName
{
color: #0918DF;
}
.AnyTagClassName
{
color: #0918DF;
}
</style>
background-color css
<style>
a { background-color: #0918DF; }
a { background-color: rgb(9,24,223); }
div.DivClassName
{
background-color: #0918DF;
}
.BgClassName
{
background-color: #0918DF;
}
</style>
border-color css
<style>
span { border-color: #0918DF; }
span { border-color: rgb(9,24,223); }
td.TdClassName
{
border-color: #0918DF;
}
.TagClassName
{
border-color: #0918DF;
}
</style>