Shades of Medium Blue #000FCA
Tints of Medium Blue #000FCA
RGB
CMYK
RGB Variations
Color information
#000FCA (or 0x000FCA) is known color: Medium Blue. HEX triplet: 00, 0F and CA. RGB value is (0,15,202). Sum of RGB (Red+Green+Blue) = 0+15+202=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 202 (79.30% from 255 or 93.09% from 217); Max value from RGB is 202 - color contains mainly: blue. Hex color #000FCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FCA is #FFF035. Grayscale: #1F1F1F. Windows color (decimal): -16773174 or 13242112. OLE color: 13242112.
HSL color Cylindrical-coordinate representation of color #000FCA: hue angle of 235.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FCA is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 15 | 202 | - |
| CMYK | 1 | 0.93 | 0 | 0.21 |
| HSL | 235.54º | 1% | 0.4% | - |
| HSV(B) | 235.54º | 1% | 0.79% | - |
| XYZ | 10.83 | 4.61 | 56.2 | - |
| YUV | 31.83 | 224.03 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 202 | 1 | 0.93 | 0 | 0.21 | 235.54 | 1 | 0.4 |
| Hex | 0 | F | CA | 64 | 5D | 0 | 15 | EC | 64 | 28 |
| Octal | 0 | 17 | 312 | 144 | 135 | 0 | 25 | 354 | 144 | 50 |
| Binary | 0 | 1111 | 11001010 | 1100100 | 1011101 | 0 | 10101 | 11101100 | 1100100 | 101000 |
Color Harmonies of #000FCA
Complementary color
Monochromatic Colors of #000FCA
Black with #000FCA
Text Example
Text Example
White with #000FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000FCA; }
p { color: rgb(0,15,202); }
H1.HeaderClassName
{
color: #000FCA;
}
.AnyTagClassName
{
color: #000FCA;
}
</style>
background-color css
<style>
a { background-color: #000FCA; }
a { background-color: rgb(0,15,202); }
div.DivClassName
{
background-color: #000FCA;
}
.BgClassName
{
background-color: #000FCA;
}
</style>
border-color css
<style>
span { border-color: #000FCA; }
span { border-color: rgb(0,15,202); }
td.TdClassName
{
border-color: #000FCA;
}
.TagClassName
{
border-color: #000FCA;
}
</style>