Shades of Medium Blue #000FC2
Tints of Medium Blue #000FC2
RGB
CMYK
RGB Variations
Color information
#000FC2 (or 0x000FC2) is known color: Medium Blue. HEX triplet: 00, 0F and C2. RGB value is (0,15,194). Sum of RGB (Red+Green+Blue) = 0+15+194=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 194 (76.17% from 255 or 92.82% from 209); Max value from RGB is 194 - color contains mainly: blue. Hex color #000FC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FC2 is #FFF03D. Grayscale: #1E1E1E. Windows color (decimal): -16773182 or 12717824. OLE color: 12717824.
HSL color Cylindrical-coordinate representation of color #000FC2: hue angle of 235.36º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FC2 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 15 | 194 | - |
| CMYK | 1 | 0.92 | 0 | 0.24 |
| HSL | 235.36º | 1% | 0.38% | - |
| HSV(B) | 235.36º | 1% | 0.76% | - |
| XYZ | 9.91 | 4.24 | 51.33 | - |
| YUV | 30.92 | 220.03 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 194 | 1 | 0.92 | 0 | 0.24 | 235.36 | 1 | 0.38 |
| Hex | 0 | F | C2 | 64 | 5C | 0 | 18 | EB | 64 | 26 |
| Octal | 0 | 17 | 302 | 144 | 134 | 0 | 30 | 353 | 144 | 46 |
| Binary | 0 | 1111 | 11000010 | 1100100 | 1011100 | 0 | 11000 | 11101011 | 1100100 | 100110 |
Color Harmonies of #000FC2
Complementary color
Monochromatic Colors of #000FC2
Black with #000FC2
Text Example
Text Example
White with #000FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FC2; }
p { color: rgb(0,15,194); }
H1.HeaderClassName
{
color: #000FC2;
}
.AnyTagClassName
{
color: #000FC2;
}
</style>
background-color css
<style>
a { background-color: #000FC2; }
a { background-color: rgb(0,15,194); }
div.DivClassName
{
background-color: #000FC2;
}
.BgClassName
{
background-color: #000FC2;
}
</style>
border-color css
<style>
span { border-color: #000FC2; }
span { border-color: rgb(0,15,194); }
td.TdClassName
{
border-color: #000FC2;
}
.TagClassName
{
border-color: #000FC2;
}
</style>