Shades of Medium Blue #010FCC
Tints of Medium Blue #010FCC
RGB
CMYK
RGB Variations
Color information
#010FCC (or 0x010FCC) is known color: Medium Blue. HEX triplet: 01, 0F and CC. RGB value is (1,15,204). Sum of RGB (Red+Green+Blue) = 1+15+204=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 204 (80.08% from 255 or 92.73% from 220); Max value from RGB is 204 - color contains mainly: blue. Hex color #010FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FCC is #FEF033. Grayscale: #1F1F1F. Windows color (decimal): -16707636 or 13373185. OLE color: 13373185.
HSL color Cylindrical-coordinate representation of color #010FCC: hue angle of 235.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FCC is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 15 | 204 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.2 |
| HSL | 235.86º | 0.99% | 0.4% | - |
| HSV(B) | 235.86º | 1% | 0.8% | - |
| XYZ | 11.08 | 4.71 | 57.45 | - |
| YUV | 32.36 | 224.86 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 204 | 1.00 | 0.93 | 0 | 0.2 | 235.86 | 0.99 | 0.4 |
| Hex | 1 | F | CC | 64 | 5D | 0 | 14 | EC | 63 | 28 |
| Octal | 1 | 17 | 314 | 144 | 135 | 0 | 24 | 354 | 143 | 50 |
| Binary | 1 | 1111 | 11001100 | 1100100 | 1011101 | 0 | 10100 | 11101100 | 1100011 | 101000 |
Color Harmonies of #010FCC
Complementary color
Monochromatic Colors of #010FCC
Black with #010FCC
Text Example
Text Example
White with #010FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FCC; }
p { color: rgb(1,15,204); }
H1.HeaderClassName
{
color: #010FCC;
}
.AnyTagClassName
{
color: #010FCC;
}
</style>
background-color css
<style>
a { background-color: #010FCC; }
a { background-color: rgb(1,15,204); }
div.DivClassName
{
background-color: #010FCC;
}
.BgClassName
{
background-color: #010FCC;
}
</style>
border-color css
<style>
span { border-color: #010FCC; }
span { border-color: rgb(1,15,204); }
td.TdClassName
{
border-color: #010FCC;
}
.TagClassName
{
border-color: #010FCC;
}
</style>