Shades of Medium Blue #000BCF
Tints of Medium Blue #000BCF
RGB
CMYK
RGB Variations
Color information
#000BCF (or 0x000BCF) is known color: Medium Blue. HEX triplet: 00, 0B and CF. RGB value is (0,11,207). Sum of RGB (Red+Green+Blue) = 0+11+207=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 207 (81.25% from 255 or 94.95% from 218); Max value from RGB is 207 - color contains mainly: blue. Hex color #000BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BCF is #FFF430. Grayscale: #1D1D1D. Windows color (decimal): -16774193 or 13568768. OLE color: 13568768.
HSL color Cylindrical-coordinate representation of color #000BCF: hue angle of 236.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BCF is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 11 | 207 | - |
| CMYK | 1 | 0.95 | 0 | 0.19 |
| HSL | 236.81º | 1% | 0.41% | - |
| HSV(B) | 236.81º | 1% | 0.81% | - |
| XYZ | 11.38 | 4.74 | 59.35 | - |
| YUV | 30.06 | 227.86 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 207 | 1 | 0.95 | 0 | 0.19 | 236.81 | 1 | 0.41 |
| Hex | 0 | B | CF | 64 | 5F | 0 | 13 | ED | 64 | 29 |
| Octal | 0 | 13 | 317 | 144 | 137 | 0 | 23 | 355 | 144 | 51 |
| Binary | 0 | 1011 | 11001111 | 1100100 | 1011111 | 0 | 10011 | 11101101 | 1100100 | 101001 |
Color Harmonies of #000BCF
Complementary color
Monochromatic Colors of #000BCF
Black with #000BCF
Text Example
Text Example
White with #000BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BCF; }
p { color: rgb(0,11,207); }
H1.HeaderClassName
{
color: #000BCF;
}
.AnyTagClassName
{
color: #000BCF;
}
</style>
background-color css
<style>
a { background-color: #000BCF; }
a { background-color: rgb(0,11,207); }
div.DivClassName
{
background-color: #000BCF;
}
.BgClassName
{
background-color: #000BCF;
}
</style>
border-color css
<style>
span { border-color: #000BCF; }
span { border-color: rgb(0,11,207); }
td.TdClassName
{
border-color: #000BCF;
}
.TagClassName
{
border-color: #000BCF;
}
</style>