Shades of Medium Blue #000FE5
Tints of Medium Blue #000FE5
RGB
CMYK
RGB Variations
Color information
#000FE5 (or 0x000FE5) is known color: Medium Blue. HEX triplet: 00, 0F and E5. RGB value is (0,15,229). Sum of RGB (Red+Green+Blue) = 0+15+229=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 229 (89.84% from 255 or 93.85% from 244); Max value from RGB is 229 - color contains mainly: blue. Hex color #000FE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FE5 is #FFF01A. Grayscale: #222222. Windows color (decimal): -16773147 or 15011584. OLE color: 15011584.
HSL color Cylindrical-coordinate representation of color #000FE5: hue angle of 236.07º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FE5 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 15 | 229 | - |
| CMYK | 1 | 0.93 | 0 | 0.10 |
| HSL | 236.07º | 1% | 0.45% | - |
| HSV(B) | 236.07º | 1% | 0.9% | - |
| XYZ | 14.31 | 6 | 74.53 | - |
| YUV | 34.91 | 237.53 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 229 | 1 | 0.93 | 0 | 0.10 | 236.07 | 1 | 0.45 |
| Hex | 0 | F | E5 | 64 | 5D | 0 | A | EC | 64 | 2D |
| Octal | 0 | 17 | 345 | 144 | 135 | 0 | 12 | 354 | 144 | 55 |
| Binary | 0 | 1111 | 11100101 | 1100100 | 1011101 | 0 | 1010 | 11101100 | 1100100 | 101101 |
Color Harmonies of #000FE5
Complementary color
Monochromatic Colors of #000FE5
Black with #000FE5
Text Example
Text Example
White with #000FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FE5; }
p { color: rgb(0,15,229); }
H1.HeaderClassName
{
color: #000FE5;
}
.AnyTagClassName
{
color: #000FE5;
}
</style>
background-color css
<style>
a { background-color: #000FE5; }
a { background-color: rgb(0,15,229); }
div.DivClassName
{
background-color: #000FE5;
}
.BgClassName
{
background-color: #000FE5;
}
</style>
border-color css
<style>
span { border-color: #000FE5; }
span { border-color: rgb(0,15,229); }
td.TdClassName
{
border-color: #000FE5;
}
.TagClassName
{
border-color: #000FE5;
}
</style>