Shades of Medium Blue #0B12DF
Tints of Medium Blue #0B12DF
RGB
CMYK
RGB Variations
Color information
#0B12DF (or 0x0B12DF) is known color: Medium Blue. HEX triplet: 0B, 12 and DF. RGB value is (11,18,223). Sum of RGB (Red+Green+Blue) = 11+18+223=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B12DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B12DF is #F4ED20. Grayscale: #262626. Windows color (decimal): -16051489 or 14619147. OLE color: 14619147.
HSL color Cylindrical-coordinate representation of color #0B12DF: hue angle of 238.02º 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 #0B12DF is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 18 | 223 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.13 |
| HSL | 238.02º | 0.91% | 0.46% | - |
| HSV(B) | 238.02º | 0.95% | 0.87% | - |
| XYZ | 13.67 | 5.83 | 70.22 | - |
| YUV | 39.28 | 231.68 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 223 | 0.95 | 0.92 | 0 | 0.13 | 238.02 | 0.91 | 0.46 |
| Hex | B | 12 | DF | 5F | 5C | 0 | D | EE | 5B | 2E |
| Octal | 13 | 22 | 337 | 137 | 134 | 0 | 15 | 356 | 133 | 56 |
| Binary | 1011 | 10010 | 11011111 | 1011111 | 1011100 | 0 | 1101 | 11101110 | 1011011 | 101110 |
Color Harmonies of #0B12DF
Complementary color
Monochromatic Colors of #0B12DF
Black with #0B12DF
Text Example
Text Example
White with #0B12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B12DF; }
p { color: rgb(11,18,223); }
H1.HeaderClassName
{
color: #0B12DF;
}
.AnyTagClassName
{
color: #0B12DF;
}
</style>
background-color css
<style>
a { background-color: #0B12DF; }
a { background-color: rgb(11,18,223); }
div.DivClassName
{
background-color: #0B12DF;
}
.BgClassName
{
background-color: #0B12DF;
}
</style>
border-color css
<style>
span { border-color: #0B12DF; }
span { border-color: rgb(11,18,223); }
td.TdClassName
{
border-color: #0B12DF;
}
.TagClassName
{
border-color: #0B12DF;
}
</style>