Shades of Medium Blue #000FBE
Tints of Medium Blue #000FBE
RGB
CMYK
RGB Variations
Color information
#000FBE (or 0x000FBE) is known color: Medium Blue. HEX triplet: 00, 0F and BE. RGB value is (0,15,190). Sum of RGB (Red+Green+Blue) = 0+15+190=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 190 (74.61% from 255 or 92.68% from 205); Max value from RGB is 190 - color contains mainly: blue. Hex color #000FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FBE is #FFF041. Grayscale: #1D1D1D. Windows color (decimal): -16773186 or 12455680. OLE color: 12455680.
HSL color Cylindrical-coordinate representation of color #000FBE: hue angle of 235.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FBE is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 15 | 190 | - |
| CMYK | 1 | 0.92 | 0 | 0.25 |
| HSL | 235.26º | 1% | 0.37% | - |
| HSV(B) | 235.26º | 1% | 0.75% | - |
| XYZ | 9.47 | 4.06 | 49 | - |
| YUV | 30.47 | 218.03 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 190 | 1 | 0.92 | 0 | 0.25 | 235.26 | 1 | 0.37 |
| Hex | 0 | F | BE | 64 | 5C | 0 | 19 | EB | 64 | 25 |
| Octal | 0 | 17 | 276 | 144 | 134 | 0 | 31 | 353 | 144 | 45 |
| Binary | 0 | 1111 | 10111110 | 1100100 | 1011100 | 0 | 11001 | 11101011 | 1100100 | 100101 |
Color Harmonies of #000FBE
Complementary color
Monochromatic Colors of #000FBE
Black with #000FBE
Text Example
Text Example
White with #000FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FBE; }
p { color: rgb(0,15,190); }
H1.HeaderClassName
{
color: #000FBE;
}
.AnyTagClassName
{
color: #000FBE;
}
</style>
background-color css
<style>
a { background-color: #000FBE; }
a { background-color: rgb(0,15,190); }
div.DivClassName
{
background-color: #000FBE;
}
.BgClassName
{
background-color: #000FBE;
}
</style>
border-color css
<style>
span { border-color: #000FBE; }
span { border-color: rgb(0,15,190); }
td.TdClassName
{
border-color: #000FBE;
}
.TagClassName
{
border-color: #000FBE;
}
</style>