Shades of Medium Blue #000FC9
Tints of Medium Blue #000FC9
RGB
CMYK
RGB Variations
Color information
#000FC9 (or 0x000FC9) is known color: Medium Blue. HEX triplet: 00, 0F and C9. RGB value is (0,15,201). Sum of RGB (Red+Green+Blue) = 0+15+201=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 201 (78.91% from 255 or 93.06% from 216); Max value from RGB is 201 - color contains mainly: blue. Hex color #000FC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FC9 is #FFF036. Grayscale: #1E1E1E. Windows color (decimal): -16773175 or 13176576. OLE color: 13176576.
HSL color Cylindrical-coordinate representation of color #000FC9: hue angle of 235.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FC9 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 15 | 201 | - |
| CMYK | 1 | 0.93 | 0 | 0.21 |
| HSL | 235.52º | 1% | 0.39% | - |
| HSV(B) | 235.52º | 1% | 0.79% | - |
| XYZ | 10.71 | 4.56 | 55.57 | - |
| YUV | 31.72 | 223.53 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 201 | 1 | 0.93 | 0 | 0.21 | 235.52 | 1 | 0.39 |
| Hex | 0 | F | C9 | 64 | 5D | 0 | 15 | EC | 64 | 27 |
| Octal | 0 | 17 | 311 | 144 | 135 | 0 | 25 | 354 | 144 | 47 |
| Binary | 0 | 1111 | 11001001 | 1100100 | 1011101 | 0 | 10101 | 11101100 | 1100100 | 100111 |
Color Harmonies of #000FC9
Complementary color
Monochromatic Colors of #000FC9
Black with #000FC9
Text Example
Text Example
White with #000FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FC9; }
p { color: rgb(0,15,201); }
H1.HeaderClassName
{
color: #000FC9;
}
.AnyTagClassName
{
color: #000FC9;
}
</style>
background-color css
<style>
a { background-color: #000FC9; }
a { background-color: rgb(0,15,201); }
div.DivClassName
{
background-color: #000FC9;
}
.BgClassName
{
background-color: #000FC9;
}
</style>
border-color css
<style>
span { border-color: #000FC9; }
span { border-color: rgb(0,15,201); }
td.TdClassName
{
border-color: #000FC9;
}
.TagClassName
{
border-color: #000FC9;
}
</style>