Shades of Medium Blue #000FC8
Tints of Medium Blue #000FC8
RGB
CMYK
RGB Variations
Color information
#000FC8 (or 0x000FC8) is known color: Medium Blue. HEX triplet: 00, 0F and C8. RGB value is (0,15,200). Sum of RGB (Red+Green+Blue) = 0+15+200=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 200 (78.52% from 255 or 93.02% from 215); Max value from RGB is 200 - color contains mainly: blue. Hex color #000FC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FC8 is #FFF037. Grayscale: #1E1E1E. Windows color (decimal): -16773176 or 13111040. OLE color: 13111040.
HSL color Cylindrical-coordinate representation of color #000FC8: hue angle of 235.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FC8 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 15 | 200 | - |
| CMYK | 1 | 0.92 | 0 | 0.22 |
| HSL | 235.5º | 1% | 0.39% | - |
| HSV(B) | 235.5º | 1% | 0.78% | - |
| XYZ | 10.6 | 4.51 | 54.96 | - |
| YUV | 31.61 | 223.03 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 200 | 1 | 0.92 | 0 | 0.22 | 235.5 | 1 | 0.39 |
| Hex | 0 | F | C8 | 64 | 5C | 0 | 16 | EC | 64 | 27 |
| Octal | 0 | 17 | 310 | 144 | 134 | 0 | 26 | 354 | 144 | 47 |
| Binary | 0 | 1111 | 11001000 | 1100100 | 1011100 | 0 | 10110 | 11101100 | 1100100 | 100111 |
Color Harmonies of #000FC8
Complementary color
Monochromatic Colors of #000FC8
Black with #000FC8
Text Example
Text Example
White with #000FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FC8; }
p { color: rgb(0,15,200); }
H1.HeaderClassName
{
color: #000FC8;
}
.AnyTagClassName
{
color: #000FC8;
}
</style>
background-color css
<style>
a { background-color: #000FC8; }
a { background-color: rgb(0,15,200); }
div.DivClassName
{
background-color: #000FC8;
}
.BgClassName
{
background-color: #000FC8;
}
</style>
border-color css
<style>
span { border-color: #000FC8; }
span { border-color: rgb(0,15,200); }
td.TdClassName
{
border-color: #000FC8;
}
.TagClassName
{
border-color: #000FC8;
}
</style>