Shades of Blue #000FE6
Tints of Blue #000FE6
RGB
CMYK
RGB Variations
Color information
#000FE6 (or 0x000FE6) is known color: Blue. HEX triplet: 00, 0F and E6. RGB value is (0,15,230). Sum of RGB (Red+Green+Blue) = 0+15+230=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 230 (90.23% from 255 or 93.88% from 245); Max value from RGB is 230 - color contains mainly: blue. Hex color #000FE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FE6 is #FFF019. Grayscale: #222222. Windows color (decimal): -16773146 or 15077120. OLE color: 15077120.
HSL color Cylindrical-coordinate representation of color #000FE6: hue angle of 236.09º 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 #000FE6 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 15 | 230 | - |
| CMYK | 1 | 0.93 | 0 | 0.10 |
| HSL | 236.09º | 1% | 0.45% | - |
| HSV(B) | 236.09º | 1% | 0.9% | - |
| XYZ | 14.45 | 6.05 | 75.27 | - |
| YUV | 35.03 | 238.03 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 230 | 1 | 0.93 | 0 | 0.10 | 236.09 | 1 | 0.45 |
| Hex | 0 | F | E6 | 64 | 5D | 0 | A | EC | 64 | 2D |
| Octal | 0 | 17 | 346 | 144 | 135 | 0 | 12 | 354 | 144 | 55 |
| Binary | 0 | 1111 | 11100110 | 1100100 | 1011101 | 0 | 1010 | 11101100 | 1100100 | 101101 |
Color Harmonies of #000FE6
Complementary color
Monochromatic Colors of #000FE6
Black with #000FE6
Text Example
Text Example
White with #000FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FE6; }
p { color: rgb(0,15,230); }
H1.HeaderClassName
{
color: #000FE6;
}
.AnyTagClassName
{
color: #000FE6;
}
</style>
background-color css
<style>
a { background-color: #000FE6; }
a { background-color: rgb(0,15,230); }
div.DivClassName
{
background-color: #000FE6;
}
.BgClassName
{
background-color: #000FE6;
}
</style>
border-color css
<style>
span { border-color: #000FE6; }
span { border-color: rgb(0,15,230); }
td.TdClassName
{
border-color: #000FE6;
}
.TagClassName
{
border-color: #000FE6;
}
</style>