Shades of Medium Blue #0B18DF
Tints of Medium Blue #0B18DF
RGB
CMYK
RGB Variations
Color information
#0B18DF (or 0x0B18DF) is known color: Medium Blue. HEX triplet: 0B, 18 and DF. RGB value is (11,24,223). Sum of RGB (Red+Green+Blue) = 11+24+223=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B18DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B18DF is #F4E720. Grayscale: #292929. Windows color (decimal): -16049953 or 14620683. OLE color: 14620683.
HSL color Cylindrical-coordinate representation of color #0B18DF: hue angle of 236.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B18DF is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 24 | 223 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.13 |
| HSL | 236.32º | 0.91% | 0.46% | - |
| HSV(B) | 236.32º | 0.95% | 0.87% | - |
| XYZ | 13.78 | 6.05 | 70.25 | - |
| YUV | 42.8 | 229.69 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 223 | 0.95 | 0.89 | 0 | 0.13 | 236.32 | 0.91 | 0.46 |
| Hex | B | 18 | DF | 5F | 59 | 0 | D | EC | 5B | 2E |
| Octal | 13 | 30 | 337 | 137 | 131 | 0 | 15 | 354 | 133 | 56 |
| Binary | 1011 | 11000 | 11011111 | 1011111 | 1011001 | 0 | 1101 | 11101100 | 1011011 | 101110 |
Color Harmonies of #0B18DF
Complementary color
Monochromatic Colors of #0B18DF
Black with #0B18DF
Text Example
Text Example
White with #0B18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B18DF; }
p { color: rgb(11,24,223); }
H1.HeaderClassName
{
color: #0B18DF;
}
.AnyTagClassName
{
color: #0B18DF;
}
</style>
background-color css
<style>
a { background-color: #0B18DF; }
a { background-color: rgb(11,24,223); }
div.DivClassName
{
background-color: #0B18DF;
}
.BgClassName
{
background-color: #0B18DF;
}
</style>
border-color css
<style>
span { border-color: #0B18DF; }
span { border-color: rgb(11,24,223); }
td.TdClassName
{
border-color: #0B18DF;
}
.TagClassName
{
border-color: #0B18DF;
}
</style>